From fb7fef7a849342ab8463743497e781c5c3e6ae88 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 7 Apr 2013 23:46:44 -0500 Subject: Optimizations of much of the more commonly used code --- include/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/protocol.h') diff --git a/include/protocol.h b/include/protocol.h index 8953d25e5..23bed3003 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -148,7 +148,7 @@ class CoreExport IRCDProto : public Service * be set on the user. This may include the modes in the join, but will usually place them on the mode * stacker to be set "soon". */ - virtual void SendJoin(const User *u, Channel *c, const ChannelStatus *status) = 0; + virtual void SendJoin(User *u, Channel *c, const ChannelStatus *status) = 0; virtual void SendPart(const BotInfo *bi, const Channel *chan, const char *fmt, ...); /** Force joins a user that isn't ours to a channel. -- cgit