Browse Source

Added Scoutlink ircd detection

Change-Id: I647c00f0c74251b8e9d50a5f4c11db60da790ad2
Reviewed-on: http://gerrit.dmdirc.com/899
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.3
Gregory Holmes 14 years ago
parent
commit
116f442c06
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/com/dmdirc/parser/irc/ServerType.java

+ 2
- 0
src/com/dmdirc/parser/irc/ServerType.java View File

@@ -57,6 +57,8 @@ public enum ServerType {
57 57
     IRCD_RIZON("ircd-rixon", ".*ircd-rizon.*", "eI"),
58 58
     /** Plexus. */
59 59
     PLEXUS("plexus", ".*plexus.*", "eI"),
60
+    /** Scoutlink's hybrid patches. */
61
+    SCOUTLINK_HYBRID("scoutlink", "hybrid6/slink6"),
60 62
     /** OFTCs hybrid fork. */
61 63
     OFTC_HYBRID("oftc-hybrid", ".*hybrid.*oftc.*", "eI"),
62 64
     /** hybrid7. */

Loading…
Cancel
Save