summaryrefslogtreecommitdiff
path: root/src/guildmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-08 01:19:49 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-08 01:19:49 +0300
commit10d3b05b00e913ee2e396facdb8d2ed2177efb53 (patch)
tree13fba88aa929ff536ab3acb0d31d32a148ad2bf9 /src/guildmanager.cpp
parentf0f4b00290c3ae4b2b80bdef22d4ac56a863d35a (diff)
downloadplus-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.gz
plus-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.bz2
plus-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.xz
plus-10d3b05b00e913ee2e396facdb8d2ed2177efb53.zip
Fix code style.
Diffstat (limited to 'src/guildmanager.cpp')
-rw-r--r--src/guildmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guildmanager.cpp b/src/guildmanager.cpp
index 13a837dfb..7bc0444ed 100644
--- a/src/guildmanager.cpp
+++ b/src/guildmanager.cpp
@@ -338,7 +338,7 @@ bool GuildManager::process(std::string msg)
return true;
}
else if (!haveNick && (findCutLast(msg, " has been removed "
- "from the Guild.") || findCutLast(msg," has left the Guild.")))
+ "from the Guild.") || findCutLast(msg, " has left the Guild.")))
{
Guild *guild = createGuild();
if (!guild)