services online offline

By RoninWarrior on Dec 30, 2005

load as a new file in remotes section save and exit click yes popups will be in the status window will let you now if server services are online or not avaliable this for dalnet and undernet
only

on *:load:{
  notify Chanserv services
  notify Nickserv services
  notify Memoserv services
  notify Statserv services
  notify Botserv services
  notify X services
  notify W services
}

alias c.s { if ($notify(ChanServ).ison == $true) { return online } | else return not avaliable }
alias n.s { if ($notify(NickServ).ison == $true) { return online } | else return not avaliable }
alias m.s { if ($notify(MemoServ).ison == $true) { return online } | else return not avaliable }
alias s.s { if ($notify(StatServ).ison == $true) { return online } | else return not avaliable }
alias b.s { if ($notify(BotServ).ison == $true) { return online } | else return not avaliable }
alias x.s { if ($notify(X).ison == $true) { return online } | else return not avaliable }
alias w.s { if ($notify(W).ison == $true) { return online } | else return not avaliable }
menu status {
  services
  .chanserv ( $c.s ):.
  .nickserv ( $n.s ):.
  .memoserv ( $m.s ):.
  .statserv ( $s.s ):.
  .botserv ( $b.s ):.
  .x ( $x.s ):.
  .w ( $w.s ):.
  -
}

Comments

Sign in to comment.
RoninWarrior   -  Dec 31, 2005

insert cuss word here < >

 Respond  
StonedStoner   -  Dec 31, 2005

On the on load event you forgot to add W to the notify list.

 Respond  
RoninWarrior   -  Dec 30, 2005

i had seen this a long time ago but cant remeber were? so i decided to do them and post them you may delete and modify as needed you may also put ( $c.s ) after your normal servcies popups so you dont have doubles will still show you the same results of being online or offline any other services on undernet or etc etc you would like to see added just post it and let me now ok .

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.