Page 1 of 1

Notices

Posted: Wed Jul 29, 2009 7:00 pm
by Dishcandanty
Hello all!
I am a little bit newer to Unreal but I have read through the entire documenation and couldn't see anything with this. I setup a secure server that only allows the ssl connections. Everytime a user connects to the server we get these messages:
(notice) *** You are connected to server with TLSv1-AES256-SHA-256bits

Any way to turn this off?

Also is there a way to turn off the persons entering leaving the room?
Example:
Person the room (quit: Quit: ).

Thanks in advance!

Re: Notices

Posted: Wed Jul 29, 2009 8:58 pm
by katsklaw
1, ssl: no.
2, quit: IF you are referring to join/part messages, that's a client setting. If you are wanting t block quit messages then try: set::static-quit Read the docs on the set block for exact syntax. http://www.unrealircd.com/files/docs/un ... l#setblock

Re: Notices

Posted: Sun Oct 23, 2011 1:34 am
by wastedmemory
The only way I found was to comment out those lines in the source code,

[Moderator: Removed source modification]

old post but could be helpful to somebody