diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 14:23:04 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 14:23:04 +0000 |
commit | 194957cb29e595e4f324448bf3bd35e2bd3b36f4 (patch) | |
tree | e5fdd56fdba2729fe6806bcb49cc517a7b176fc9 /src/protocol/ratbox.c | |
parent | 4fbf03aabab32764a7609288bf53f6691ce98267 (diff) |
valid_(nick|chan) -> Is(Nick|Chan)Valid
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1315 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index 30f40682a..b1b6b93f6 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1221,7 +1221,7 @@ int anope_event_error(const char *source, int ac, const char **av) 1 = valid nick 0 = nick is in valid */ -int RatboxProto::valid_nick(const char *nick) +int RatboxProto::IsNickValid(const char *nick) { /* TS6 Save extension -Certus */ if (isdigit(*nick)) return 0; |