Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Glow
« on: February 12, 2011, 07:46:26 am »

Keep the good work up ;)
Posted by: Jane
« on: February 11, 2011, 07:12:33 pm »

lols, Keep learning. You will reach your goal one days xD, but nice script. ;)
Posted by: MoTheHobo
« on: February 11, 2011, 07:10:24 pm »

Code: [Select]
on *:TEXT:!kick:#: {
if ($2 ison $chan) {
  kick $chan $2 $3-
}
else $msg 4user not found
}