mirror of
https://github.com/anope/anope.git
synced 2026-07-04 01:03:12 +02:00
More properly track topic change sources and allow users with access to change topics through topiclock
This commit is contained in:
@@ -69,7 +69,7 @@ class IRC2SQL : public Module
|
||||
EventReturn OnChannelModeSet(Channel *c, MessageSource &setter, ChannelMode *mode, const Anope::string ¶m) anope_override;
|
||||
EventReturn OnChannelModeUnset(Channel *c, MessageSource &setter, ChannelMode *mode, const Anope::string ¶m) anope_override;
|
||||
|
||||
void OnTopicUpdated(Channel *c, const Anope::string &user, const Anope::string &topic) anope_override;
|
||||
void OnTopicUpdated(User *source, Channel *c, const Anope::string &user, const Anope::string &topic) anope_override;
|
||||
|
||||
void OnBotNotice(User *u, BotInfo *bi, Anope::string &message) anope_override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user