summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-26 23:50:23 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-26 23:50:23 +0000
commitea93eb64c56aad215ef3d3c342a46a92183ddc83 (patch)
treedff40b8a654a73fd88dc47b439cdef9b564cbdf3 /src/commands.cpp
parentfe062afc67cef6770ee65e9e84ef1374e502e5ae (diff)
Missing debug symbols?!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1207 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index a50fdf666..16864b0a7 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1597,6 +1597,7 @@ int operstrcmp(char* data,char* input)
{
int MOD_RESULT = 0;
FOREACH_RESULT(OnOperCompare(data,input))
+ log(DEBUG,"operstrcmp: %d",MOD_RESULT);
if (MOD_RESULT == 1)
return 0;
if (MOD_RESULT == -1)