diff options
Diffstat (limited to 'src/protocol/unreal32.h')
-rw-r--r-- | src/protocol/unreal32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.h b/src/protocol/unreal32.h index 0cf8cf572..681bdf92f 100644 --- a/src/protocol/unreal32.h +++ b/src/protocol/unreal32.h @@ -98,7 +98,6 @@ void unreal_cmd_318(const char *source, const char *who); void unreal_cmd_242(const char *buf); void unreal_cmd_243(const char *buf); void unreal_cmd_211(const char *buf); -void unreal_cmd_svid_umode(const char *nick, time_t ts); void unreal_cmd_nc_change(User * u); void unreal_cmd_svid_umode2(User * u, const char *ts); void unreal_cmd_svid_umode3(User * u, const char *ts); @@ -139,4 +138,5 @@ class UnrealIRCdProto : public IRCDProtoNew { void cmd_sgline(const char *, const char *); void cmd_unban(const char *, const char *); void cmd_svsmode_chan(const char *, const char *, const char *); + void cmd_svid_umode(const char *, time_t); } ircd_proto; |