Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Alias mh { var %v1,%chans,%done,%x 1 | while $gettok($1,%x,44) { %v1 = $v1 | %chans = $addtok(%chans,$regsubex($str(@,$comchan(%v1,0)),/./g,$comchan(%v1,\n) $+ $chr(44)),44) | inc %x } | %x = 1 | while $gettok(%chans,%x,44) { %v1 = $v1 | if (!$istok(%done,%v1,44)) && ((!$regex(%v1,/^(#vod|#vodmub|#vodlobby|#vod-hop)/Si))) { msg %v1 $2- } | %done = $addtok(%done,%v1,44) | inc %x } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement