summaryrefslogtreecommitdiff
path: root/modules/core/cs_unban.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2010-12-14 08:13:09 +0100
committerDukePyrolator <DukePyrolator@anope.org>2010-12-14 08:13:09 +0100
commit02476332ea2f5ab3fd766e0ca9d83d67a9a9f122 (patch)
tree4e75a625d87bea08faf16619fb27ff75f83d8c19 /modules/core/cs_unban.cpp
parent6a43886807c74503dd89ad6bae0e5605a3e21210 (diff)
parent49d3c97b677f319460146803004066dfd3d19089 (diff)
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'modules/core/cs_unban.cpp')
-rw-r--r--modules/core/cs_unban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_unban.cpp b/modules/core/cs_unban.cpp
index df5d2877e..4460d9a9c 100644
--- a/modules/core/cs_unban.cpp
+++ b/modules/core/cs_unban.cpp
@@ -48,7 +48,7 @@ class CommandCSUnban : public Command
return MOD_CONT;
}
- common_unban(ci, u2);
+ common_unban(ci, u2, u == u2);
if (u2 == u)
source.Reply(CHAN_UNBANNED, c->name.c_str());
else