Return accurate privilege information for remote opers.
[ircu2.10.12-pk.git] / include / handlers.h
index c9a40f2c612c54f007c7951e7af74366389b359f..6746a6d4a5b80bcfd42709bb168e657f0ab64ac3 100644 (file)
@@ -207,6 +207,7 @@ extern int ms_part(struct Client*, struct Client*, int, char*[]);
 extern int ms_ping(struct Client*, struct Client*, int, char*[]);
 extern int ms_pong(struct Client*, struct Client*, int, char*[]);
 extern int ms_privmsg(struct Client*, struct Client*, int, char*[]);
+extern int ms_privs(struct Client*, struct Client*, int, char*[]);
 extern int ms_quit(struct Client*, struct Client*, int, char*[]);
 extern int ms_rping(struct Client*, struct Client*, int, char*[]);
 extern int ms_rpong(struct Client*, struct Client*, int, char*[]);