From 3eda212c2ad561fae6a7d8cf20280da9d37a90f4 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 4 Sep 2014 13:30:01 +0200 Subject: Migrate code from ModeParser into cmd_mode (core_user) - Process() that takes a std::vector - DisplayCurrentModes() - DisplayListModes() --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules.h') 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 -- cgit v1.3.1-10-gc9f91