]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit - src/modules/m_permchannels.cpp
Refactor topic setting logic to go through Channel::SetTopic() in all cases
authorAttila Molnar <attilamolnar@hush.com>
Mon, 11 Apr 2016 13:53:01 +0000 (15:53 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 11 Apr 2016 13:53:01 +0000 (15:53 +0200)
commit2706a993b3f8ee52e2728047fad6a56f7e3cf405
tree30d99f78630372bbe630fcf47f2f32fc8891fbe9
parentb25070bf5e9447533bf1a0555c6954740ca12340
Refactor topic setting logic to go through Channel::SetTopic() in all cases

- Pass topic set time and optionally the setter to SetTopic()
- Don't do anything if the topic is changed by a local user to what it is currently
include/channels.h
src/channels.cpp
src/coremods/core_channel/cmd_topic.cpp
src/modules/m_permchannels.cpp
src/modules/m_satopic.cpp
src/modules/m_spanningtree/fjoin.cpp
src/modules/m_spanningtree/ftopic.cpp
src/modules/m_topiclock.cpp