summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-01 22:49:44 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-01 22:49:44 +0000
commit8a3495279c31c0a5a16aa69409b4d3ec038653eb (patch)
tree889ca703118499f82e4927e9108165e43f772f48 /src/protocol/unreal32.h
parent6887e3ae38a11ea838ecf16e31df6b1a2c7b7390 (diff)
Commit modified protocol name, using perl.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1298 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.h')
-rw-r--r--src/protocol/unreal32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.h b/src/protocol/unreal32.h
index 1114e175f..f39c28aae 100644
--- a/src/protocol/unreal32.h
+++ b/src/protocol/unreal32.h
@@ -87,7 +87,7 @@ class UnrealIRCdProto : public IRCDProto {
void cmd_topic(const char *, const char *, const char *, const char *, time_t);
void cmd_vhost_off(User *);
void cmd_akill(const char *, const char *, const char *, time_t, time_t, const char *);
- void cmd_svskill(const char *, const char *, const char *);
+ void SendSVSKill(const char *, const char *, const char *);
void cmd_svsmode(User *, int, const char **);
void cmd_guest_nick(const char *, const char *, const char *, const char *, const char *);
void cmd_mode(const char *, const char *, const char *);