Page 1 of 1

password passed to service

Posted: Mon Aug 08, 2011 9:42 pm
by SamehSpiky
hello,

i want to halt the password that passed to the services when i connect by the command
/server <ip> <port> <port-password>

as i use a port password module and i dont want the anope to check every time a client connect against the password

is this possible?

Re: password passed to service

Posted: Mon Aug 08, 2011 10:15 pm
by Stealth
You would need to find a way to either:

A) Have the module stop the password from going to services;
or
B) Modify services to ignore the PASS command (:nick!user@host PASS <password>)