Advertisement
severen1999

Mirc ShoutOut

Aug 5th, 2018
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.40 KB | None | 0 0
  1. ;if user has level 9 or above then
  2. ;on msg like !shoutout SevWren
  3. ;send msg to #landail
  4. ;Check out SevWren <3 http://www.twitch.tv/Sevwren !
  5.  
  6. On 9:text:!shoutout*:#landail: {
  7.     msg # Check out $2 <3 http://www.twitch.tv/ $+ $2 !
  8.     ;echo to logfile info for record keeping
  9.     echo -s $nick used the !shoutout command to shoutout $2
  10. }
  11.  
  12.  
  13. ;old form of userlevel check
  14. ;if ($ulevel > 5) { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement