mirror of
https://github.com/anope/anope.git
synced 2026-07-07 21:23:13 +02:00
Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class.
Also added SendModeInternal() function to IRCDProto class, now SendMode() is a stub to handle varargs. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1329 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -148,7 +148,7 @@ int my_cs_appendtopic(User * u)
|
||||
if (ircd->join2set) {
|
||||
if (whosends(ci) == s_ChanServ) {
|
||||
anope_SendJoin(s_ChanServ, c->name, c->creation_time);
|
||||
anope_SendMode(NULL, c->name, "+o %s", s_ChanServ);
|
||||
ircdproto->SendMode(NULL, c->name, "+o %s", s_ChanServ);
|
||||
}
|
||||
}
|
||||
ircdproto->SendTopic(whosends(ci), c->name, u->nick, topic, c->topic_time);
|
||||
|
||||
Reference in New Issue
Block a user