diff options
Diffstat (limited to 'src/modules/m_antibottler.cpp')
-rw-r--r-- | src/modules/m_antibottler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_antibottler.cpp b/src/modules/m_antibottler.cpp index 78db8f67c..fb85bb7b1 100644 --- a/src/modules/m_antibottler.cpp +++ b/src/modules/m_antibottler.cpp @@ -63,7 +63,7 @@ class ModuleAntiBottler : public Module } // Bug Fix (#14) -- FCS if (!strlen(data)) return; - char *user = strtok(data," "); + strtok(data," "); if (!strlen(data)) return; char *ident = strtok(NULL," "); if (!strlen(data)) return; |