diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-11 18:50:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-11 18:50:04 +0000 |
commit | b111eec597349ad2dc7d4b54945097df813535b4 (patch) | |
tree | 4ed9808c0de98052ea3f7e284e1cbb39a4ddccd1 /include/channels.h | |
parent | 750f9e29370ced3fe6f1549acbfada9483eff5f4 (diff) |
Allow for nick!user@host in TOPIC information.
Note that this adds another <options> tag value, 'hostintopic'. (defaults to yes)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6572 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index 17e7364a4..7daab2167 100644 --- a/include/channels.h +++ b/include/channels.h @@ -178,7 +178,7 @@ class chanrec : public Extensible /** The last user to set the topic. * If this member is an empty string, no topic was ever set. */ - char setby[NICKMAX]; + char setby[128]; /** Contains the channel user limit. * If this value is zero, there is no limit in place. |