Top

NetSplit Detector


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Jan 14, 2008
Last Updated  Jan 15, 2008
Tags  detector  net  netsplit  protection  split 
  Bookmark and Share

Introduction

Copy/Paste in Remote

Grab the Code

Comments

  (1)  RSS
mountaindew
Comments: 1,636
 
mIRC Snippet:  NetSplit Detector
Posted on Jan 14, 2008 1:10 pm
forgot a bracket on the on quit

also,
Code:

      set %n.split 1
      .timer 1 180 unset %n.split

can simply be
Code:

      set -u180 %n.split 1

Please Register or Login to start posting comments.
Bottom