diff options
Diffstat (limited to 'src/unreal32.c')
-rw-r--r-- | src/unreal32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unreal32.c b/src/unreal32.c index 333d9a878..ddb553422 100644 --- a/src/unreal32.c +++ b/src/unreal32.c @@ -1,6 +1,6 @@ /* Unreal IRCD 3.2.x functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. @@ -107,6 +107,7 @@ IRCDVar ircd[] = { "x", /* vhost char */ 0, /* ts6 */ 1, /* support helper umode */ + 0, /* p10 */ }, {NULL} }; |