From 6f4b5cbc450ca08c022e02de6495673c710d7667 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 12 Jul 2008 21:14:33 +0000 Subject: Debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9990 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/channels.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/channels.cpp b/src/channels.cpp index e9d7f4a27..f169efb87 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -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; -- cgit v1.2.3