Advertisement
westor

SAJOIN Forcing for George v1.0

May 24th, 2020
2,271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.33 KB | None | 0 0
  1. alias -l nicknames { return nickname1 nickname2 nickname3 }
  2. alias -l channels { return #channel1,#channel2,#channel3 }
  3.  
  4. ON ^*:SNOTICE:*: {
  5.   haltdef
  6.  
  7.   if (*Client Connecting* iswm $1-) {
  8.     var %nick = $4
  9.     var %addr = $5
  10.     var %ip = $remove($6,[,])
  11.  
  12.     if ($istok($nicknames,%nick,32)) { sajoin %nick $channels }
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement