Page 1 of 1
Custome Text for Server Full Error
Posted: Tue Sep 19, 2006 4:35 pm
by mus3na
hi. I would like to inquiry if there is a way to make unreal ircd show custome text when user try to connect to that server after all slot on that server full.
Iam plan to use this error to show user that this server already full and please connect to server no x (server dns). etc....
thanks in advance.
Posted: Tue Sep 19, 2006 4:41 pm
by Jobe
Try having a look at the allow block (
http://www.vulnscan.org/UnrealIRCd/unre ... allowblock ) and its redirect-server and redirect-port parameters.
This doesnt exactly change the server full message but for compatible clients it redirects them to a specified server. This means for compatible clients they will autmatically reconnect to the sever specified.
Posted: Wed Sep 20, 2006 4:02 am
by mus3na
thanks for better suggestion.
Posted: Wed Sep 20, 2006 6:07 pm
by mus3na
thanks Jobe1986. your suggestion work better than what i can immagine. and it automatically change the error description.
* Connecting to irc3.malaysia-edu.net (6667)
.
.
irc4.malaysia-edu.net 6668 Please use this Server/Port instead
.
Closing Link: mus4na[219.95.208.238] (This server is full.)
* Disconnected
* Connect retry #1 irc4.malaysia-edu.net (6668)
.
.
Posted: Wed Sep 20, 2006 8:16 pm
by Jobe
Im pleased i could help.