Advertisement
Iire

Using $$var instead

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