diff options
author | Adam <Adam@anope.org> | 2010-11-21 18:55:52 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-11-21 18:55:52 -0500 |
commit | 72ab27af76be8dd0f4ceca2f670d39b9a37cbd1d (patch) | |
tree | 429a1c5bd32173e8ea17af046a65153c59fadba4 | |
parent | 3445f4d680db60fc5c96d7c20b9cb25ee26cce6b (diff) |
Introduce our clients with umode +q on Unreal so they can't be kicked
-rw-r--r-- | modules/protocol/unreal32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/unreal32.cpp b/modules/protocol/unreal32.cpp index 8c86dae0c..074bd5f62 100644 --- a/modules/protocol/unreal32.cpp +++ b/modules/protocol/unreal32.cpp @@ -16,7 +16,7 @@ IRCDVar myIrcd[] = { {"UnrealIRCd 3.2.x", /* ircd name */ - "+Soi", /* Modes used by pseudoclients */ + "+Soiq", /* Modes used by pseudoclients */ 5, /* Chan Max Symbols */ 1, /* SVSNICK */ 1, /* Vhost */ |