Guest User

Untitled

a guest
May 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.27 KB | None | 0 0
  1. ;;;;;; by favellado ;;;;;;
  2.  
  3. ON ^*:JOIN:#BBB:{ if ($bbb.isNickWebChat) { haltdef } }
  4. ON ^*:PART:#BBB:{ if ($bbb.isNickWebChat) { haltdef } }
  5. ON ^*:QUIT:{ if ($bbb.isNickWebChat) { haltdef } }
  6.  
  7. alias bbb.isNickWebChat {
  8.   if (*BBB*_* iswm $nick) {
  9.     return true
  10.   }
  11. }
Add Comment
Please, Sign In to add comment