Show/Hide PM's
Posted by snang
Friday, March 19, 2004
Description: These two aliases were written for a PM script I'm coding...figured they might be useful for someone else?

Hide all PM's

alias hide {
  var %pm.count = 0
  while (%pm.count < $query(0)) {
    inc %pm.count
    window -h $query(%pm.count)
  }
}


Show all PM's

alias show {
  var %pm.count = 0
  while (%pm.count < $query(0)) {
    inc %pm.count
    window -w $query(%pm.count)
  }
}
...
Posted by dirtySanchez
Friday, March 19, 2004 10:16pm PST
how come everytime i see a ' it has a \ before it?

just gonna test something...
You're I'm poop Who'd

lol.
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world