From 6a080dfd911e9463d35aad226384aa2a94f38057 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 1 Apr 2013 16:15:19 +0200 Subject: Convert IsSID() to a static member function, modules shouldn't override it --- src/helperfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helperfuncs.cpp') diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 5a8f55f11..7ee78c46e 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -367,7 +367,7 @@ bool IsIdentHandler::Call(const char* n) return true; } -bool IsSIDHandler::Call(const std::string &str) +bool InspIRCd::IsSID(const std::string &str) { /* Returns true if the string given is exactly 3 characters long, * starts with a digit, and the other two characters are A-Z or digits -- cgit v1.3.1-10-gc9f91