mirror of
https://github.com/anope/anope.git
synced 2026-07-04 20:33:12 +02:00
Fix os_oline.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1391 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ int do_operoline(User * u)
|
||||
notice_lang(s_OperServ, u, NICK_X_NOT_IN_USE, nick);
|
||||
} else if (u2 && flags[0] == '+') {
|
||||
ircdproto->SendSVSO(s_OperServ, nick, flags);
|
||||
ircdproto->SendMode(s_OperServ, nick, "+o");
|
||||
ircdproto->SendMode(findbot(s_OperServ), nick, "+o");
|
||||
common_svsmode(u2, "+o", NULL);
|
||||
notice_lang(s_OperServ, u2, OPER_OLINE_IRCOP);
|
||||
notice_lang(s_OperServ, u, OPER_OLINE_SUCCESS, flags, nick);
|
||||
|
||||
Reference in New Issue
Block a user