Multigaming Topic Changer Bot Script
Posted by thetalkingbot
Sunday, July 15, 2007
Description: I just made this script yesterday and this is my first snippet post on scriptsurge so i hope u guys like it
;This script is made for bots so u must execute it on a seperate mIRC for ur bot
;Also YOU MUST have !set enftopic <access of the bot> because it uses standard mIRC commands not Chanserv commands.
;To work this script you would put your channel where it says #channel and put your topic where it says <topic> (without the <>'s).
;You can change CS/CSS/WC3 to anything you want it to be. I just had it set as that because it was needed for my multigaming team.
;IF YOU CHANGE the CSS/CS/WC3 u must change the variable.
;This script is made for bots so u must execute it on a seperate mIRC for ur bot
;Also YOU MUST have !set enftopic <access of the bot> because it uses standard mIRC commands not Chanserv commands.
;To work this script you would put your channel where it says #channel and put your topic where it says <topic> (without the <>'s).
;You can change CS/CSS/WC3 to anything you want it to be. I just had it set as that because it was needed for my multigaming team.
;IF YOU CHANGE the CSS/CS/WC3 u must change the variable.
on *:TEXT:@topic *:#channel:{
if ($nick isop #channel) {
if ($2 == CS) { set %cs $3- }
if ($2 == CSS) { set %css $3- }
if ($2 == wc3) { set %wc3 $3- } {
/topic #channel <topic> CS: %CS CSS: %CSS WC3: %WC3 }
}