Remove chat from help list

This commit is contained in:
Robert Miles 2018-06-08 17:38:32 -04:00
parent 49b238f78e
commit 5e84b24a83
1 changed files with 1 additions and 1 deletions

2
tilde
View File

@ -26,7 +26,7 @@ class TildeLauncher:
COMMANDS = ["help","contrib","chat"]
USAGE = dict(help="\n Displays this menu",contrib=" <program>\n Your gateway to programs made by teammates,\n for teammates!",chat="\n An IRC chatroom.")
USAGE = dict(help="\n Displays this menu",contrib=" <program>\n Your gateway to programs made by teammates,\n for teammates!")
def __init__(self,prog_dir):
self.progdir = prog_dir