added raw_topic, raw_privmsg and wrote the small "dead channel garbage collector"
[NeonServV5.git] / IRCParser.h
index 5908aff594e70615603aa996f11cb2b90c77a19d..c4d2801e02a741149d368b012ff77f47e6cf96f1 100644 (file)
@@ -16,6 +16,7 @@ struct irc_cmd {
 };
 
 int parse_lines(struct ClientSocket *client, char *lines, int len);
+void bot_disconnect(struct ClientSocket *client);
 void parser_init();
 
 #endif
\ No newline at end of file