X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fhandlers.h;fp=include%2Fhandlers.h;h=19b64ceb1d8adab8b81701c8d3b5ef471279cdd3;hp=ee594303c25dedb0bb4268a63b2744bd7d228c47;hb=7cbbc6aa8338d394d79cb7048438dd45adf5c648;hpb=5fc729d47823a57c8e6e0e3b078522eccd120ca7 diff --git a/include/handlers.h b/include/handlers.h index ee59430..19b64ce 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*[]);