|
||
Topicmask Eggdrop TCL Script Lets you add a * to your topic and then, replace the * with anything using a public command. # EXAMPLE ######################## # .chanset #channel +topicmask # # .chanset #channel tmtopic welcome to #channel - news: * # OR # .topicmask set #channel welcome to #channel - news: * # # Then in channel, !tm Sign up on the website! # and the channel topic would be: welcome to #channel - news: Sign up on the website! # # To disable topicmask on a channel, .chanset #channel -topicmask # So this is the handy capability of this script. |
||