empus / armour

Armour -- an advanced eggdrop channel protection script for IRC
12 stars 11 forks source link

Implement AUTOTOPIC channel setting #143

Closed empus closed 3 months ago

empus commented 3 months ago

Automatically set topic based on the channel desc (description) and url (if set) setting values.

Topics will be checked periodically (default every 60 mins via cfg(atopic:period) and changed when the current topic is different.

Topic will also be checked when the bot is opped.

Enable or disable autotopic:

modchan <chan> autotopic <on|off>

Set channel description:

modchan <chan> desc <description>

Set channel URL:

modchan <chan> url <website>
empus commented 3 months ago

Done