Reed Loden's patch to add /stats J, listing nick jupes. (Plus documentation.)
[ircu2.10.12-pk.git] / include / hash.h
index 62f4770918c6527723e1a54feb373fdd1ee0a72b..e702e63bd29a7bb3c93dcb573aa24136c0deee21 100644 (file)
@@ -26,6 +26,7 @@
 
 struct Client;
 struct Channel;
+struct StatDesc;
 
 /*
  * general defines
@@ -87,6 +88,8 @@ extern int m_hash(struct Client *cptr, struct Client *sptr, int parc, char *parv
 extern int isNickJuped(const char *nick);
 extern int addNickJupes(const char *nicks);
 extern void clearNickJupes(void);
+extern void stats_nickjupes(struct Client* to, const struct StatDesc* sd,
+                           char* param);
 extern void list_next_channels(struct Client *cptr);
 
 #endif /* INCLUDED_hash_h */