Guest User

Untitled

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