Advertisement
illpastethat

Don'tJoinIt'sATrap

Sep 24th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.78 KB | None | 0 0
  1. on *:join:#Don'tJoinIt'sATrap: {
  2.   if (!$istok(%trapped,$nick,44)) {
  3.     notice $nick Welcome to $chan ... Enjoy your stay!
  4.     notice $nick Why did you join!? It definitely says $+(04,Don'tJoin,12,It'sATrap,)  -- Now you will be forced to stay in this channel at all times
  5.     set %trapped $addtok(%trapped,$nick,44)
  6.   }
  7.   else {
  8.     notice $nick Welcome back to $chan ... The channel you love to hate.  Don't bother trying to escape, just enjoy your stay!
  9.   }
  10. }
  11.  
  12. on *:part:#Don'tJoinIt'sATrap: if ($network == LeafGhoul) sajoin $nick $chan
  13.  
  14. on *:text:*connect*:#Services: {
  15.   if (($nick == Global) && ($istok(%trapped,$2,44))) sajoin $2 #Don'tJoinIt'sATrap
  16. }
  17. on *:text:*NICK*:#Services: {
  18.   if (($nick == Global) && ($istok(%trapped,$10,44))) sajoin $10 #Don'tJoinIt'sATrap
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement