diff options
| author | 2008-05-04 22:46:08 +0000 | |
|---|---|---|
| committer | 2008-05-04 22:46:08 +0000 | |
| commit | 9300d6381c88e214a68d71ddce4e6d3be690d39a (patch) | |
| tree | 3cfe41e64791d088e9e25ece9ceccc61d39b9a0f /src/modules/m_antibottler.cpp | |
| parent | Convert a few more modules to new API and command handler. (diff) | |
oops strgecos is already a std::string
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9617 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 d56ca7525..c6f6abe35 100644 --- a/src/modules/m_antibottler.cpp +++ b/src/modules/m_antibottler.cpp @@ -82,7 +82,7 @@ class ModuleAntiBottler : public Module modified[0] = "bottler"; modified[1] = local; modified[2] = remote; - modified[3] = strgecos.c_str(); + modified[3] = strgecos; ServerInstance->Parser->CallHandler("USER", modified, user); return 1; } |
