]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/channels.cpp
And, just because I can. The one pointless one-liner of the evening. :p
[user/henk/code/inspircd.git] / src / channels.cpp
index e9d7f4a272339e3920c386540d96163cf4354488..f169efb87db31e766d17c7cc9926d3389370db1e 100644 (file)
@@ -467,6 +467,7 @@ bool Channel::IsExtBanned(const std::string &str, char type)
 
                        // Iterate past char and : to get to the mask without doing a data copy(!)
                        std::string maskptr = i->data.substr(2);
+                       ServerInstance->Logs->Log("EXTBANS", DEBUG, "Checking %s against %s, type is %c", str.c_str(), maskptr.c_str(), type);
 
                        if (match(str, maskptr))
                                return true;