1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 02:43:13 +02:00

Fixed a bug in UMODE causing anope to send an extra umode change as a channel mode change.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2397 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
jantje_85
2009-07-31 17:17:19 +00:00
parent a3afe44ca6
commit 113237964d
3 changed files with 3 additions and 3 deletions
-2
View File
@@ -101,8 +101,6 @@ int do_operumodes(User * u)
if (!(u2 = finduser(nick))) {
notice_lang(s_OperServ, u, NICK_X_NOT_IN_USE, nick);
} else {
anope_cmd_mode(s_OperServ, nick, "%s", modes);
common_svsmode(u2, modes, NULL);
notice_lang(s_OperServ, u, OPER_UMODE_SUCCESS, nick);