diff options
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h index 3ff41005a..7d37a3544 100644 --- a/include/channels.h +++ b/include/channels.h @@ -205,6 +205,7 @@ public: * @param cmodes The modes to set */ void SetModes(BotInfo *bi, bool enforce_mlock, const char *cmodes, ...) ATTR_FORMAT(4, 5); + void SetModes(BotInfo *bi, bool enforce_mlock, const Anope::string &cmodes); /** Set a string of modes internally on a channel * @param source The setter |