diff options
Diffstat (limited to '')
-rw-r--r-- | chat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat.c b/chat.c index 35c0ecd..258dde2 100644 --- a/chat.c +++ b/chat.c @@ -201,7 +201,9 @@ int main(int argc, char *argv[]) { set(&network.name, host); set(&self.nick, "*"); - commandComplete(); + + editCompleteAdd(); + commandCompleteAdd(); FILE *certFile = NULL; FILE *privFile = NULL; |