diff options
author | erdgeist <> | 2007-06-28 17:23:18 +0000 |
---|---|---|
committer | erdgeist <> | 2007-06-28 17:23:18 +0000 |
commit | 115003bd86a50e6d84fca063ab72451e317e787a (patch) | |
tree | 492860e645ebae00dbd2269e4554c2506bd074fa /vchat-protocol.c | |
parent | 3c11bea99886b006ca499e1be6a3a17d225cedc7 (diff) |
Auto reconnect
Diffstat (limited to 'vchat-protocol.c')
-rwxr-xr-x | vchat-protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vchat-protocol.c b/vchat-protocol.c index 274e856..af06c6a 100755 --- a/vchat-protocol.c +++ b/vchat-protocol.c | |||
@@ -243,6 +243,7 @@ serverlogin (char *message) | |||
243 | networkoutput(".e utf8"); | 243 | networkoutput(".e utf8"); |
244 | #endif | 244 | #endif |
245 | } | 245 | } |
246 | |||
246 | /* parse and handle an idle message | 247 | /* parse and handle an idle message |
247 | * format: 305 | 248 | * format: 305 |
248 | * vars: %s message */ | 249 | * vars: %s message */ |