Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.18 KB | None | 0 0
  1. #avoice on
  2. on *:JOIN:#zenith: {
  3.   if (*[Z]* iswm $nick) {
  4.     mode $chan +v $nick
  5.   }
  6. }
  7. on *:NICK: {
  8.   if (*[Z]* iswm $newnick) {
  9.     mode #zenith +v $newnick
  10.   }
  11. }
  12. #avoice end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement