summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-05-16 02:23:45 +0200
committerattilamolnar <attilamolnar@hush.com>2013-05-16 02:23:45 +0200
commit712a0e5ff36e5ba052c5d1accf5f5943be4a6e8a (patch)
tree1017bf2e92d1a66507c96abd05ee4063c6c1d647 /include/channels.h
parent01a796e239d23064f428698d36aa5f27efb5454b (diff)
Get rid of strlcpy(), strlcat(), charlcat() and charremove()
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 56e1a5a49..b71da1570 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -279,7 +279,7 @@ class CoreExport Channel : public Extensible, public InviteBase
* otherwise it is replaced with '&lt;KEY&gt;'
* @return The channel mode string
*/
- char* ChanModes(bool showkey);
+ const char* ChanModes(bool showkey);
/** Spool the NAMES list for this channel to the given user
* @param user The user to spool the NAMES list to