Sponsors
Platform: mIRC
Published May 29, 2011
Updated May 29, 2011
Here is a command that when you type something in your chat ex. !rawr your sponsors will come up :D
Edit the parts: [yourcommandwordhere]
[#ofsponsors]
sponsor 1
sponsor 2
sponsor 3
sponsor 4
sponsor 5
sponsor 6
sponsor 7
You can replace these words with whatever you want, it can also be used as something other than for sponsors.
on *:TEXT:[yourcommandwordhere]:#:{
if ($nick isop #) {
msg $chan We currently have [#ofsponsors]
.timer 1 2 msg $chan --> sponsor 1
.timer 1 4 msg $chan -->sponsor 2
.timer 1 6 msg $chan --> sponsor 3
.timer 1 8 msg $chan --> sponsor 4
.timer 1 10 msg $chan -->sponsor 5
.timer 1 12 msg $chan --> sponsor 6
.timer 1 14 msg $chan --> sponsor 7
else {.notice $nick you not authorized to use this command }
}