Lets hope that I did this right :)
[ircu2.10.12-pk.git] / include / list.h
index ef61f3a88382c37ca60acac51b04084eab57f024..5f3a5f972b1613bbc0a03b71e64ec40049cfc0db 100644 (file)
@@ -66,5 +66,8 @@ extern aGline *make_gline(int is_ipmask, char *host, char *reason, char *name,
 extern aGline *find_gline(aClient *cptr, aGline **pgline);
 extern void free_gline(aGline *agline, aGline *pgline);
 extern void send_listinfo(aClient *cptr, char *name);
+#ifdef WT_BADCHAN
+extern int bad_channel(char *name);
+#endif
 
 #endif /* LIST_H */