Randomness
Platform: mIRC
Published Jun 27, 2006
Updated Aug 17, 2006
What you do is type @new8 -Your Own Answer- and @addk -Your Own Kickmsg- After you are done with both type @8ball -Question- @k -Nick- @kb -Nick-
Inproved by Cage and myself lol
on *:text:*:#: {
tokenize 32 $strip($1-)
if ($strip($$1) == @new8) { .write 8.txt $2- }
if ($strip($$1) == @addk) { .write k.txt $2- }
if ($1 == @8ball) { .msg $chan $read(8.txt) }
if ($1 == @k) && ($nick isop $chan) { .kick $chan $2 $read(k.txt) }
if ($1 == @kb) && ($nick isop $chan) { .ban $chan $2 | .kick $chan $2 $read(k.txt) }
}