Browse Source

OFTC/Hybrid shouldn't request +eI for non-ops

Fixes issue 3532

Change-Id: I8412d80e6f240787e3eadf10d1ecb9bb80b20f29
Reviewed-on: http://gerrit.dmdirc.com/516
Automatic-Compile: Gregory Holmes <greboid@dmdirc.com>
Reviewed-by: Gregory Holmes <greboid@dmdirc.com>
tags/0.6.3
Chris Smith 14 years ago
parent
commit
51fb3bbadd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/dmdirc/parser/irc/ServerType.java

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

@@ -58,7 +58,7 @@ public enum ServerType {
58 58
     /** Plexus. */
59 59
     PLEXUS("plexus", ".*plexus.*", "eI"),
60 60
     /** OFTCs hybrid fork. */
61
-    OFTC_HYBRID("oftc-hybrid", ".*hybrid.*oftc.*"),
61
+    OFTC_HYBRID("oftc-hybrid", ".*hybrid.*oftc.*", "eI"),
62 62
     /** hybrid7. */
63 63
     HYBRID7("hybrid7", ".*ircd.hybrid.*", "eI"),
64 64
     /** Older versions of Hybrid. */

Loading…
Cancel
Save