diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2010-12-14 08:13:09 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2010-12-14 08:13:09 +0100 |
commit | 02476332ea2f5ab3fd766e0ca9d83d67a9a9f122 (patch) | |
tree | 4e75a625d87bea08faf16619fb27ff75f83d8c19 /modules/core/cs_unban.cpp | |
parent | 6a43886807c74503dd89ad6bae0e5605a3e21210 (diff) | |
parent | 49d3c97b677f319460146803004066dfd3d19089 (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.cpp | 2 |
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 |