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