Browse Source

Support for Othernet. (Fixes issue 3143)

Change-Id: I5cdbc742081081d510664e3d824cc260b5ea348d
Reviewed-on: http://gerrit.dmdirc.com/429
Reviewed-by: Chris Smith <chris@dmdirc.com>
Tested-by: Chris Smith <chris@dmdirc.com>
tags/0.6.3
Shane Mc Cormack 14 years ago
parent
commit
82d52c525c
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

@@ -107,6 +107,8 @@ public enum ServerType {
107 107
     BITLBEE_OLD("bitlbee", "bitlbee", null, MatchType.RAW003),
108 108
     /** Pastiche. */
109 109
     PASTICHE("bitlbee", "ircd-pastiche", null, MatchType.RAW002),
110
+    /** Othernet. */
111
+    OTHERNET("othernet", ".*Othernet.*"),
110 112
     /** Generic IRCD. */
111 113
     GENERIC("generic", "", null, MatchType.NEVER);
112 114
 

Loading…
Cancel
Save