From ca838821e7c53da0ddaee35d9a401e3a5eaf8c8c Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 26 May 2013 22:35:32 +0200 Subject: Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode() --- src/commands/cmd_lusers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/cmd_lusers.cpp') diff --git a/src/commands/cmd_lusers.cpp b/src/commands/cmd_lusers.cpp index 91a718090..d3dde949c 100644 --- a/src/commands/cmd_lusers.cpp +++ b/src/commands/cmd_lusers.cpp @@ -114,7 +114,7 @@ public: { } - void AfterMode(User* source, User* dest, Channel* channel, const std::string& parameter, bool adding, ModeType type) + void AfterMode(User* source, User* dest, Channel* channel, const std::string& parameter, bool adding) { if (dest->registered != REG_ALL) return; -- cgit v1.2.3