X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fhandlers.h;h=1b96ee2c5901ac41d7a5a73ce0f63aa15e634a17;hb=refs%2Fheads%2Fupstream;hp=c9a40f2c612c54f007c7951e7af74366389b359f;hpb=7dfa4d790fbafdcebaff6201995b393c1733e85a;p=ircu2.10.12-pk.git diff --git a/include/handlers.h b/include/handlers.h index c9a40f2..1b96ee2 100644 --- a/include/handlers.h +++ b/include/handlers.h @@ -170,6 +170,7 @@ extern int mo_uping(struct Client*, struct Client*, int, char*[]); extern int mo_version(struct Client*, struct Client*, int, char*[]); extern int mo_wallops(struct Client*, struct Client*, int, char*[]); extern int mo_wallusers(struct Client*, struct Client*, int, char*[]); +extern int mo_xquery(struct Client*, struct Client*, int, char*[]); extern int mr_error(struct Client*, struct Client*, int, char*[]); extern int mr_error(struct Client*, struct Client*, int, char*[]); extern int mr_pong(struct Client*, struct Client*, int, char*[]); @@ -207,6 +208,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*[]); @@ -224,6 +226,8 @@ extern int ms_wallops(struct Client*, struct Client*, int, char*[]); extern int ms_wallusers(struct Client*, struct Client*, int, char*[]); extern int ms_wallvoices(struct Client*, struct Client*, int, char*[]); extern int ms_whois(struct Client*, struct Client*, int, char*[]); +extern int ms_xquery(struct Client*, struct Client*, int, char*[]); +extern int ms_xreply(struct Client*, struct Client*, int, char*[]); #endif /* INCLUDED_handlers_h */