Page 1 of 1

disable notice when user change his nick

Posted: Fri Jun 19, 2015 9:14 pm
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

Re: disable notice when user change his nick

Posted: Wed Jul 01, 2015 6:02 pm
by dark-dark
solved. 10x anyway