Rehash fails
Posted: Wed May 03, 2006 4:09 pm
Hello,
I have a problem here that I not can make to fix. I'll post it here what's happening when I do /rehash:
listen xx.xx.xx.xxx:6667;
options
#ssl;
clientsonly;
listen xx.xx.xx.xxx:6667;
listen xx.xx.xx.xxx:8067;
So, when I do /rehash in mIRC, I get the following err message:
[3:33pm] -my.domain.net- *** Notice -- unrealircd.conf:515: unknown directive options.
I did also tried the following example from the UnrealIRCd Manual:
listen *:6601 {
options {
ssl;
clientsonly;
};
};
but this did not work either.
Are there anyone that know if something are set wrong here or can tell me what it should be, it would be appreciated.
Thanks in advance.
I have a problem here that I not can make to fix. I'll post it here what's happening when I do /rehash:
listen xx.xx.xx.xxx:6667;
options
#ssl;
clientsonly;
listen xx.xx.xx.xxx:6667;
listen xx.xx.xx.xxx:8067;
So, when I do /rehash in mIRC, I get the following err message:
[3:33pm] -my.domain.net- *** Notice -- unrealircd.conf:515: unknown directive options.
I did also tried the following example from the UnrealIRCd Manual:
listen *:6601 {
options {
ssl;
clientsonly;
};
};
but this did not work either.
Are there anyone that know if something are set wrong here or can tell me what it should be, it would be appreciated.
Thanks in advance.