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/charybdis.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/charybdis.c')
-rw-r--r-- | src/protocol/charybdis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c index 20ad216f2..d1576cab6 100644 --- a/src/protocol/charybdis.c +++ b/src/protocol/charybdis.c @@ -1294,7 +1294,7 @@ int anope_event_error(const char *source, int ac, const char **av) 1 = valid nick 0 = nick is in valid */ -int CharybdisProto::valid_nick(const char *nick) +int CharybdisProto::IsNickValid(const char *nick) { /* TS6 Save extension -Certus */ if (isdigit(*nick)) return 0; |