added .gitignore
[NeonServV5.git] / IRCEvents.h
index cb017740e830b61c7cb8f7abf72cbb41cd8ab69e..b92669f1f7d4fde8813c17e0030e05f63a9866fa 100644 (file)
@@ -86,6 +86,11 @@ int bind_raw(raw_func_t *func);
 void unbind_raw(raw_func_t *func);
 int event_raw(struct ClientSocket *client, char *from, char *cmd, char **argv, int argc);
 
+typedef void bot_ready_func_t(struct ClientSocket *client);
+int bind_bot_ready(bot_ready_func_t *func);
+void unbind_bot_ready(bot_ready_func_t *func);
+int event_bot_ready(struct ClientSocket *client);
+
 
 
 #endif
\ No newline at end of file