Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:TEXT:!tt *:#: {
- serverstatus $1 #
- }
- alias serverstatus {
- sockclose mfnstatus
- sockopen mfnstatus $1 80
- sockmark mfnstatus $2
- }
- on *:sockopen:mfnstatus:{
- if ($sockerr) { msg $sock($sockname).mark Hub : Offline! | return }
- }
- on *:sockread:mfnstatus:{
- msg $sock($sockname).mark Hub : 9online | sockclose mfnstatus
- unset %servchan
- }
Advertisement
Add Comment
Please, Sign In to add comment