Topic Lock
Platform: mIRC
Published Oct 05, 2004
Updated Sep 04, 2008
Just a simple Topic lock. Enable it in the channel you wish to use it in.
I realise it has no real purpose but it might come in handy for Aop/Hops. Do NOT use this in a channel with Tlock set already.
menu channel {
-
Topic Lock
.On:/set %chantopic $$?="Enter topic here" | Enable #topiclock | set %tlchan $active
.Off:/Disable #topiclock | unset %tlchan | unset %chantopic
}
#topiclock on
on !*:topic:*:{ if ($chan == %tlchan) {
topic %tlchan %chantopic
}
}
#topiclock end