Rebrand tildelauncher

This commit is contained in:
khuxkm 2018-06-08 17:14:56 -04:00
parent 1e7aeebf74
commit 47b8ba1f78
1 changed files with 2 additions and 2 deletions

4
tilde
View File

@ -26,14 +26,14 @@ class TildeLauncher:
COMMANDS = ["help","contrib","chat"] COMMANDS = ["help","contrib","chat"]
USAGE = dict(help="\n Displays this menu",contrib=" <program>\n Your gateway to programs made by townies,\n for townies!",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!",chat="\n An IRC chatroom.")
def __init__(self,prog_dir): def __init__(self,prog_dir):
self.progdir = prog_dir self.progdir = prog_dir
self.tc = TildeContrib(prog_dir) self.tc = TildeContrib(prog_dir)
def base(self): def base(self):
print """ Welcome to tilde.town :) this program is your gateway to town-specific print """ Welcome to tilde.team :) this program is your gateway to team-specific
commands and features. Run tilde help to see the sort of things you can do.""" commands and features. Run tilde help to see the sort of things you can do."""
def help(self,argv): def help(self,argv):