Remove chat method for the time being

This commit is contained in:
Robert Miles 2018-06-08 17:37:18 -04:00
parent 47b8ba1f78
commit 49b238f78e
1 changed files with 2 additions and 2 deletions

4
tilde
View File

@ -58,8 +58,8 @@ class TildeLauncher:
else:
getattr(self.tc,argv[0])(argv[1:])
def chat(self,argv):
os.system("/tilde/special/chat")
# def chat(self,argv):
# os.system("/tilde/special/chat")
if __name__=="__main__":
tl = TildeLauncher("/tilde/bin")