diff options
| author | 2005-04-26 00:58:31 +0000 | |
|---|---|---|
| committer | 2005-04-26 00:58:31 +0000 | |
| commit | b6f5d703b010fa5e4cd1d082ea70fe0cc27fb9e9 (patch) | |
| tree | a4968276af8ce4ab6d5281af8355cbab96b67934 /src/modules/m_antibottler.cpp | |
| parent | Fixed include issue (diff) | |
Major code tidyup (-W) - expect a few belches
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1190 e03df62e-2008-0410-955e-edbf42e46eb7
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; |
