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: Jane
« on: February 08, 2011, 02:00:17 pm »

Nice and simple, Thanks for the Snippet Moo. Great job!
Posted by: MoTheHobo
« on: February 08, 2011, 01:53:57 pm »

Code: [Select]
on *:TEXT:!invite*:#: {
  if ($2 ison $chan) {
    msg $chan 4sorry $nick but $2 is already on $chan
    HALT
  }
  else {
    msg 10 $2 you've been invited to join $chan $+! by $nick
  }
}

Thanks for Wooolly for helping me :P

-Your post has been updated, Please use the Code box Next time. (The Staff team)