Notices

These are old archives. They are kept for historic purposes only.
Locked
Dishcandanty
Posts: 4
Joined: Mon Jul 27, 2009 11:38 pm

Notices

Post 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!
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Notices

Post 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
wastedmemory
Posts: 1
Joined: Sun Oct 23, 2011 1:08 am

Re: Notices

Post 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
Locked