mirror of
https://github.com/ThunixdotNet/tilde-launcher.git
synced 2026-01-24 05:10:18 +00:00
Remove chat method for the time being
This commit is contained in:
4
tilde
4
tilde
@@ -58,8 +58,8 @@ class TildeLauncher:
|
|||||||
else:
|
else:
|
||||||
getattr(self.tc,argv[0])(argv[1:])
|
getattr(self.tc,argv[0])(argv[1:])
|
||||||
|
|
||||||
def chat(self,argv):
|
# def chat(self,argv):
|
||||||
os.system("/tilde/special/chat")
|
# os.system("/tilde/special/chat")
|
||||||
|
|
||||||
if __name__=="__main__":
|
if __name__=="__main__":
|
||||||
tl = TildeLauncher("/tilde/bin")
|
tl = TildeLauncher("/tilde/bin")
|
||||||
|
|||||||
Reference in New Issue
Block a user