diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ultimate3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ultimate3.c b/src/ultimate3.c index 89f8345eb..62f5bbdd2 100644 --- a/src/ultimate3.c +++ b/src/ultimate3.c @@ -79,7 +79,7 @@ IRCDVar ircd[] = { 0, /* vidents */ 0, /* svshold */ 1, /* time stamp on mode */ - 0, /* NICKIP */ + 1, /* NICKIP */ 0, /* O:LINE */ 1, /* UMODE */ 1, /* VHOST ON NICK */ |