diff options
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r-- | src/actions/commands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 541a09aa0..692837ce6 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -668,7 +668,7 @@ impHandler(debugSpawn) return true; } -impHandler0(serverIgnoreWhisper) +impHandler(serverIgnoreWhisper) { std::string args = getNick(event); if (args.empty()) @@ -678,7 +678,7 @@ impHandler0(serverIgnoreWhisper) return true; } -impHandler0(serverUnIgnoreWhisper) +impHandler(serverUnIgnoreWhisper) { std::string args = getNick(event); if (args.empty()) |