.
The following Unrealircd option may be interesting, but the problem is that the user who wants to speak privately before the time limit expires is not properly informed that he must wait for the time limit to expire.
It did not return to him in his private in use but on the window of the server so little or not visible and he thinks that the message has been sent.
So this option as is cannot really be used :
"You cannot send messages to users until you've been connected for 30 seconds or more"
Code: Select all
set {
restrict-commands {
private-message {
connect-delay 30;
}
}
}
How to improve things so that the visitor is correctly informed ?
.
.