diff options
Diffstat (limited to 'src/bahamut.c')
-rw-r--r-- | src/bahamut.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bahamut.c b/src/bahamut.c index 755c89ced..5e40a7266 100644 --- a/src/bahamut.c +++ b/src/bahamut.c @@ -1,6 +1,6 @@ /* Bahamut 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[] = { NULL, /* vhost char */ 0, /* ts6 */ 1, /* support helper umode */ + 0, /* p10 */ } , {NULL} |