summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h
index 377b4eebf..9add089bc 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -225,7 +225,7 @@ class CoreExport Channel : public Base, public Extensible
* @param nick The nick being kicked
* @param reason The reason for the kick
*/
- void KickInternal(MessageSource &source, const Anope::string &nick, const Anope::string &reason);
+ void KickInternal(const MessageSource &source, const Anope::string &nick, const Anope::string &reason);
/** Kick a user from the channel
* @param bi The sender, can be NULL for the service bot for this channel