diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 14:24:13 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 14:24:13 +0000 |
commit | cfa88f43315973679bc63833050c991f38436240 (patch) | |
tree | c670a57b8bc624e1ee1194e80ce649665929c47c /src/protocol/unreal32.c | |
parent | 194957cb29e595e4f324448bf3bd35e2bd3b36f4 (diff) |
Last bits of renaming protocol.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1316 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 39cb72996..5fb0548d3 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1345,7 +1345,7 @@ void unreal_cmd_svswatch(const char *sender, const char *nick, const char *parm) /* check if +f mode is valid for the ircd */ /* borrowed part of the new check from channels.c in Unreal */ -int UnrealIRCdProto::flood_mode_check(const char *value) +int UnrealIRCdProto::IsFloodModeParamValid(const char *value) { char *dp, *end; /* NEW +F */ |