diff options
| author | 2009-10-08 23:34:01 +0000 | |
|---|---|---|
| committer | 2009-10-08 23:34:01 +0000 | |
| commit | c4d6ce8c5e1802e5b834d5845e31c3adf7700585 (patch) | |
| tree | ca3e729b91e7f01f240d90d40665cb764d4f474e /src/modules/m_botmode.cpp | |
| parent | Update Event and Request APIs (diff) | |
Add names for all modes (part 1 of named channel mode list)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11809 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_botmode.cpp')
| -rw-r--r-- | src/modules/m_botmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index cc792027c..c3d56fd8b 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -20,7 +20,7 @@ class BotMode : public SimpleUserModeHandler { public: - BotMode(Module* Creator) : SimpleUserModeHandler(Creator, 'B') { } + BotMode(Module* Creator) : SimpleUserModeHandler(Creator, "bot", 'B') { } }; class ModuleBotMode : public Module |
