Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:join:#Don'tJoinIt'sATrap: {
- if (!$istok(%trapped,$nick,44)) {
- notice $nick Welcome to $chan ... Enjoy your stay!
- 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
- set %trapped $addtok(%trapped,$nick,44)
- }
- else {
- notice $nick Welcome back to $chan ... The channel you love to hate. Don't bother trying to escape, just enjoy your stay!
- }
- }
- on *:part:#Don'tJoinIt'sATrap: if ($network == LeafGhoul) sajoin $nick $chan
- on *:text:*connect*:#Services: {
- if (($nick == Global) && ($istok(%trapped,$2,44))) sajoin $2 #Don'tJoinIt'sATrap
- }
- on *:text:*NICK*:#Services: {
- if (($nick == Global) && ($istok(%trapped,$10,44))) sajoin $10 #Don'tJoinIt'sATrap
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement