Movie setnow and setnext
Platform: mIRC
Published May 16, 2012
Updated May 16, 2012
Thanks to killler x for making this for me i know others will get use from it works like a charm.
in the channel as op type
!setnow "Then the movie" then when others come in and and type !now it shows "now playing whatever the movie is".
!setnext "Then the movie" then when others come in and and type !next it shows "next playing whatever the movie is".
on *:TEXT:!setnow*:#:{
if ($nick == $remove(#,$chr(35))) { set %now. [ $+ [ $chan ] ] $2- | msg # now playing set to: $2-
}
else { msg # You can't do that. You aren't allowed. }
}
on *:TEXT:!setnext*:#:{
if ($nick == $remove(#,$chr(35))) { set %next. [ $+ [ $chan ] ] $2- | msg # next playing set to: $2-
}
else { msg # You can't do that. You aren't allowed. }
}
On *:TEXT:!next:#:{ msg # %next. [ $+ [ $chan ] ] }
On *:TEXT:!now:#:{ msg # %now. [ $+ [ $chan ] ] }