diff options
author | Adam <Adam@anope.org> | 2010-11-21 20:05:48 -0600 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-11-21 20:05:48 -0600 |
commit | 56b269e6b3e08cd55586b35d738f29f28b229f62 (patch) | |
tree | 87ae30fa30e3e5aa455a6ed77aa970821c329040 | |
parent | 7e03427272f16a7f76591d2b443997f554bfd9dd (diff) | |
parent | 72ab27af76be8dd0f4ceca2f670d39b9a37cbd1d (diff) |
Merge branch '1.9' of git.sigterm.info:gitroot/anope/anope into 1.9
-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 */ |