diff options
Diffstat (limited to 'src/unreal31.c')
-rw-r--r-- | src/unreal31.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unreal31.c b/src/unreal31.c index 07a73454c..014122cfc 100644 --- a/src/unreal31.c +++ b/src/unreal31.c @@ -1,6 +1,6 @@ /* Unreal IRCD 3.1.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. @@ -108,6 +108,7 @@ IRCDVar ircd[] = { "x", /* vhost char */ 0, /* ts6 */ 1, /* support helper umode */ + 0, /* p10 */ }, {NULL} }; |