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