diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-23 07:32:56 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-23 07:32:56 +0000 |
commit | 01f32cf2881f781fa934623361a146e55fcca8b6 (patch) | |
tree | c48dfedffd26ef58826ed918c9b4c1d029eb6252 /src/unreal32.c | |
parent | ba7b29bba7ea10b4813d42efbc79c3a0bb01c461 (diff) |
BUILD : 1.7.7 (555) BUGS : N/A NOTES : TS6 support, Ratbox support, lots of little bug fixes, updated documentation
git-svn-id: svn://svn.anope.org/anope/trunk@555 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@408 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/unreal32.c')
-rw-r--r-- | src/unreal32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unreal32.c b/src/unreal32.c index 406b46384..333d9a878 100644 --- a/src/unreal32.c +++ b/src/unreal32.c @@ -105,6 +105,8 @@ IRCDVar ircd[] = { 1, /* Can remove User Channel Modes with SVSMODE */ 0, /* Sglines are not enforced until user reconnects */ "x", /* vhost char */ + 0, /* ts6 */ + 1, /* support helper umode */ }, {NULL} }; |