Advertisement
Iire

Ok

Jul 20th, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.21 KB | None | 0 0
  1. alias blist {
  2.   set %b.chan $iif($1 ischan,$1,#)
  3.   if (!$chan(%b.chan).ibl) mode $$(%b.chan) b
  4. }
  5.  
  6. raw 367:*: {
  7.   if (%b.chan) haltdef
  8. }
  9.  
  10. raw 368:*: {
  11.   if (%b.chan) {
  12.     haltdef
  13.     unset %b.chan
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement