summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-01 16:00:26 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-01 16:00:26 +0300
commitc635347f18378aea08ba48e991ddb8ff1010c27c (patch)
tree835b7c57d3891f7944447d9a488ad7d490480e18 /src/commands.cpp
parent5a35288a7524c6b5cb9a4e8e3aa93d756b016743 (diff)
downloadplus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.gz
plus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.bz2
plus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.xz
plus-c635347f18378aea08ba48e991ddb8ff1010c27c.zip
Fix code style.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 83160188f..c86497f15 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -332,8 +332,8 @@ impHandler(query)
if (tab)
{
- tab->chatLog(strprintf(_("Cannot create a whisper tab for nick \"%s\"! "
- "It either already exists, or is you."),
+ tab->chatLog(strprintf(_("Cannot create a whisper tab for nick "
+ "\"%s\"! It either already exists, or is you."),
args.c_str()), BY_SERVER);
}
}