summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-12 17:07:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-12 17:07:09 +0300
commit566ae30ff94caf6c92fc7d64f021b567933f8a60 (patch)
treeeae43b8899444f99a97fdd00bc5df8a117c316e9 /src/actions/commands.cpp
parent247418a3ec0b50479c7bac80322202b01527ae61 (diff)
downloadplus-566ae30ff94caf6c92fc7d64f021b567933f8a60.tar.gz
plus-566ae30ff94caf6c92fc7d64f021b567933f8a60.tar.bz2
plus-566ae30ff94caf6c92fc7d64f021b567933f8a60.tar.xz
plus-566ae30ff94caf6c92fc7d64f021b567933f8a60.zip
fix code style.
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r--src/actions/commands.cpp4
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())