From f873a0aaa392746b88b88d2266cc93bea2b8901c Mon Sep 17 00:00:00 2001 From: khuxkm Date: Fri, 8 Jun 2018 17:40:10 -0400 Subject: [PATCH] FFS, fix it again --- tilde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilde b/tilde index 98e57d5..4a83f88 100755 --- a/tilde +++ b/tilde @@ -24,7 +24,7 @@ class TildeContrib(object): class TildeLauncher: - COMMANDS = ["help","contrib","chat"] + COMMANDS = ["help","contrib"] USAGE = dict(help="\n Displays this menu",contrib=" \n Your gateway to programs made by teammates,\n for teammates!")