All pastes #1885983 Raw Edit

Shiny

public text v1 · immutable
#1885983 ·published 2010-06-18 19:52 UTC
rendered paste body
::::::::::::::::::::::::::::::::
::      Script by Shiny       ::
::::::::::::::::::::::::::::::::

alias status {
  var %count = 1, %chans = 0
  while ($scon(%count)) {
    scid $v1
    inc %chans $comchan($me, 0)
    inc %count
  }
  echo -at 12------------------------
    echo -at 4-Your status.-
  echo -at Host: $host
  echo -at Networks: $calc(%count -1) 
  echo -at Channels: %chans channels.
  echo -at 4-Scripts/Modules-
  echo -at Alias Script/Modules: $alias(0)
  echo -at Remote scripts/modules: $script(0)
  echo -at 12------------------------
    $script(0)
}