diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-09-04 13:30:01 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-09-04 13:30:01 +0200 |
commit | 3eda212c2ad561fae6a7d8cf20280da9d37a90f4 (patch) | |
tree | ee45d590833690fe46ef56e9fa22641e17ad09b2 /include/modules.h | |
parent | a1b74f4dfb2393c0baff25101c6366588975fa27 (diff) |
Migrate code from ModeParser into cmd_mode (core_user)
- Process() that takes a std::vector<std::string>
- DisplayCurrentModes()
- DisplayListModes()
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 6e7d2a8f8..b08192891 100644 --- a/include/modules.h +++ b/include/modules.h @@ -709,7 +709,7 @@ class CoreExport Module : public classbase, public usecountbase */ virtual void OnUserPostNick(User* user, const std::string &oldnick); - /** Called before any mode change, to allow a single access check for + /** Called before a mode change via the MODE command, to allow a single access check for * a full mode change (use OnRawMode to check individual modes) * * Returning MOD_RES_ALLOW will skip prefix level checks, but can be overridden by |