Hi Railgun!
Am 26.12.2014 um 17:02 schrieb Railgun railgun.michael@gmail.com:
i have setup my own ngircs server, ir works, fine, but where can i get the OP status, there is no NickServ or ChanServ i have confugre an ID and a psswort, at the config file, but how i can get the status?
Don't confuse "IRC operator" (IRC Op) and "channel operator" etc.
If you want something to manage nick names, channels, and users, you have to use an "IRC services" package, for example Anope or Atheme. See http://ngircd.barton.de/doc/Services.txt for details.
If you want to become "IRC operator" ("server operator"), you have to configure an "[operator]" block in your ngircd.conf file and to use the "OPER" IRC command. For example:
[Operator] Name = MyOperID Password = 123456
Then you have to type
/OPER MyOperID 123456
in your IRC client, most probably.
[And BTW: Please note that the operator name ("MyOperID" in the example above) is NOT related to your IRC nick name at all!]
Regards Alex