disable notice when user change his nick

These are old archives. They are kept for historic purposes only.
Post Reply
dark-dark
Posts: 2
Joined: Fri Jun 19, 2015 8:48 pm

disable notice when user change his nick

Post by dark-dark »

hi all.
i need a little help to solve my problem.
i need to make more secure and anonymous users into my ircd server.
for do this, i coded a simple bot that whit svsnick command, every 60 seconds change all nicks from server.
bot work fine.

now i need to delete or hide this notice: "testnick has changed nick to testnick1"
test done:

1) in file src/modules/m_nick.c

Code: Select all

 "*** Notice -- %s (%s@%s) has changed his/her nickname to %s"
delete all notice line 659-665 | no lucky

2) in unrealircd.conf -

Code: Select all

snomask-on-connect "-nN";
| no lucky

of course i reconfigured and remake unreal.

my configuration:
unreal 3.2.10.4 (latest stable version)
anope 1.8.9

thank for help to solve my problem and sorry for my poor english
dark-dark
Posts: 2
Joined: Fri Jun 19, 2015 8:48 pm

Re: disable notice when user change his nick

Post by dark-dark »

solved. 10x anyway
Post Reply