diff options
| author | Adam <Adam@anope.org> | 2011-06-02 14:59:34 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-06-02 14:59:34 -0400 |
| commit | 3ad93a31c91ae096d5e53deb7dd64586fa935244 (patch) | |
| tree | 46a53929245681c142cb58c25d20754ac1f15fc8 /include | |
| parent | 184b346166db9d40fcdc7bb6bf3a7929fdd48be9 (diff) | |
Burst our channels with the uplink when we connect & fixed bug #1274
Diffstat (limited to 'include')
| -rw-r--r-- | include/services.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h index 35342e1da..539d0e06c 100644 --- a/include/services.h +++ b/include/services.h @@ -868,7 +868,7 @@ class CoreExport IRCDProto virtual void SendQuit(const User *u, const char *fmt, ...); virtual void SendPing(const Anope::string &servname, const Anope::string &who); virtual void SendPong(const Anope::string &servname, const Anope::string &who); - virtual void SendJoin(BotInfo *, Channel *, const ChannelStatus *) = 0; + virtual void SendJoin(User *, Channel *, const ChannelStatus *) = 0; virtual void SendSQLineDel(const XLine *x) { } virtual void SendInvite(const BotInfo *bi, const Anope::string &chan, const Anope::string &nick); virtual void SendPart(const BotInfo *bi, const Channel *chan, const char *fmt, ...); |
