Guest User

Untitled

a guest
Apr 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. on *:NICK: {
  2. if ($newnick ison #war-rs) {
  3. if ([WAR]* iswm $newnick) || ([WAR-APP]* iswm $newnick) { mode #war-rs +v $newnick }
  4. if ([WAR]* iswm $nick) || ([WAR-APP]* iswm $nick) {
  5. if ([WAR] !isin $newnick) { mode #war-rs -v $newnick }
  6. }
  7. }
  8. }
Add Comment
Please, Sign In to add comment