diff options
Diffstat (limited to 'src/protocol/unreal31.h')
-rw-r--r-- | src/protocol/unreal31.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/unreal31.h b/src/protocol/unreal31.h index 50797980f..a335bdf74 100644 --- a/src/protocol/unreal31.h +++ b/src/protocol/unreal31.h @@ -124,4 +124,5 @@ void unreal_cmd_ctcp(char *source, char *dest, char *buf); class UnrealIRCdProto : public IRCDProtoNew { public: + void cmd_svsnoop(const char *, int); } ircd_proto; |