X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fhandlers.h;h=79a052d913e9be4b63bbe11170f91d030e83ac31;hp=ee594303c25dedb0bb4268a63b2744bd7d228c47;hb=refs%2Fheads%2FKeepConn;hpb=5fc729d47823a57c8e6e0e3b078522eccd120ca7 diff --git a/include/handlers.h b/include/handlers.h index ee59430..79a052d 100644 --- a/include/handlers.h +++ b/include/handlers.h @@ -125,6 +125,7 @@ extern int m_privs(struct Client*, struct Client*, int, char*[]); extern int m_proto(struct Client*, struct Client*, int, char*[]); extern int m_pseudo(struct Client*, struct Client*, int, char*[]); extern int m_quit(struct Client*, struct Client*, int, char*[]); +extern int m_recover(struct Client*, struct Client*, int, char*[]); extern int m_registered(struct Client*, struct Client*, int, char*[]); extern int m_silence(struct Client*, struct Client*, int, char*[]); extern int m_stats(struct Client*, struct Client*, int, char*[]); @@ -134,6 +135,7 @@ extern int m_svsjoin(struct Client*, struct Client*, int, char*[]); extern int m_time(struct Client*, struct Client*, int, char*[]); extern int m_topic(struct Client*, struct Client*, int, char*[]); extern int m_trace(struct Client*, struct Client*, int, char*[]); +extern int m_uninvite(struct Client*, struct Client*, int, char*[]); extern int m_unregistered(struct Client*, struct Client*, int, char*[]); extern int m_unsupported(struct Client*, struct Client*, int, char*[]); extern int m_user(struct Client*, struct Client*, int, char*[]); @@ -236,6 +238,7 @@ extern int ms_svspart(struct Client*, struct Client*, int, char*[]); extern int ms_topic(struct Client*, struct Client*, int, char*[]); extern int ms_trace(struct Client*, struct Client*, int, char*[]); extern int ms_unzombie(struct Client*, struct Client*, int, char*[]); +extern int ms_uninvite(struct Client*, struct Client*, int, char*[]); extern int ms_uping(struct Client*, struct Client*, int, char*[]); extern int ms_version(struct Client*, struct Client*, int, char*[]); extern int ms_wallchops(struct Client*, struct Client*, int, char*[]);