mirror of
https://github.com/anope/anope.git
synced 2026-07-06 14:53:13 +02:00
More properly track topic change sources and allow users with access to change topics through topiclock
This commit is contained in:
@@ -185,7 +185,7 @@ struct IRCDMessageTBurst : IRCDMessage
|
||||
const Anope::string &setter = params.size() == 4 ? params[2] : "",
|
||||
topic = params.size() == 4 ? params[3] : params[2];
|
||||
|
||||
c->ChangeTopicInternal(setter, topic, topic_time);
|
||||
c->ChangeTopicInternal(NULL, setter, topic, topic_time);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user