rewrote IRC cache parser to be (hopefully) more stable
[NeonServV5.git] / src / modules / NeonFun.mod / game_4wins.h
index 7e404b6e02c5de4819b16ec7470d34326698d18c..c21fe31f99a9b974be756472d9819e39eac7169e 100644 (file)
@@ -57,7 +57,6 @@ void fourwins_show_matrix(struct fourwins_game *game);
 TIMEQ_CALLBACK(fourwins_timeout);
 void fourwins_free_game(struct fourwins_game *game);
 void fourwins_event_part(struct ChanUser *chanuser);
-void fourwins_event_quit(struct UserNode *user);
 void fourwins_event_freechan(struct ChanNode *chan);
 
 #endif