diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-16 18:30:52 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-16 18:30:52 +0000 |
commit | 83f7ffe7e5cb8110964209e86ce8e44b11f4088d (patch) | |
tree | fa1f4842002862f58a04f01dcf9675a1b206e5b2 /modules/m_tburst.c | |
parent | b0f035dd5ef59e0f9096b5e716411bbb7b5afa24 (diff) |
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1751 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_tburst.c')
-rw-r--r-- | modules/m_tburst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_tburst.c b/modules/m_tburst.c index 43caef3..89e912c 100644 --- a/modules/m_tburst.c +++ b/modules/m_tburst.c @@ -94,7 +94,7 @@ ms_tburst(struct Client *client_p, struct Client *source_p, int topic_differs = strncmp(chptr->topic, topic, sizeof(chptr->topic) - 1); int hidden_server = (ConfigServerHide.hide_servers || IsHidden(source_p)); - set_channel_topic(chptr, topic, setby, remote_topic_ts); + set_channel_topic(chptr, topic, setby, remote_topic_ts, !!MyClient(source_p)); sendto_server(source_p, CAP_TBURST|CAP_TS6, NOCAPS, ":%s TBURST %s %s %s %s :%s", |