1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 06:53:12 +02:00

Burst our channels with the uplink when we connect & fixed bug #1274

This commit is contained in:
Adam
2011-06-02 14:59:34 -04:00
parent 184b346166
commit 3ad93a31c9
10 changed files with 120 additions and 100 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class RatboxProto : public IRCDProto
send_cmd(Config->Numeric, "UNRESV * %s", x->Mask.c_str());
}
void SendJoin(BotInfo *user, Channel *c, const ChannelStatus *status)
void SendJoin(User *user, Channel *c, const ChannelStatus *status)
{
/* Note that we must send our modes with the SJOIN and
* can not add them to the mode stacker because ratbox