Hi !
I am trying ngircd because I love its simple configuration file :) However I have a little problem with "Operator".
I define the following : [Operator] # Password of the IRC operator Password = test # Optional Mask from which /OPER will be accepted Mask = Milipili!*@*
When I try to do the following : /oper Milipili test
I have "bad password"
In fact at the begining I would like to autoconnect a irssi client using its -w option.
Where am I wrong ?
-- Damien Gerard milipili@shikami.org
People who used magic without knowing what they were doing usually came to a sticky end. All over the entire room, sometimes. -- (Terry Pratchett, Moving Pictures)
Damien Gerard milipili@shikami.org wrote:
I define the following : [Operator] # Password of the IRC operator Password = test # Optional Mask from which /OPER will be accepted Mask = Milipili!*@*
When I try to do the following : /oper Milipili test
I have "bad password"
Missing Name = Milipili
in [Operator] section? Try "ngircd --configtest" which will show the config file as seen/parsed by ngircd.
Regards, Florian