Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 9th, 2012  |  syntax: None  |  size: 0.55 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. on *:TEXT:!flo*:#: {
  2.   if ($nick isvoice # || $nick isreg #) { msg | return }
  3.   if ($2 !ison $chan) { notice $nick $2 is not a valid nick. | halt }
  4.   if (!$3) { notice $nick Invalid format. Use: !flo nick colour | halt }
  5.   set %ou %2 %3
  6.   msg $chan 13 [colours] $2 bet $3 @ $nick on colours
  7. msg $chan please !choose green yellow or red. }
  8.  
  9. on *:TEXT:!choose*:# {
  10.   if (!$2) { notice $nick Invalid format. Use: !choose geen/yello/red | halt }
  11.   if ($2 == green) || ($2 == yellow) || ($2 == red) {
  12.     set %choose %2
  13.   msg $chan player chose $2}