Hello.
Is it possible for users to register nicknames or channels in ngircd? If yes, how? NickServ and ChanServ I know from other IRC servers do not exist, right?
I have created an oper in ngircd.conf:
[Operator] Name = martin Password = xxxxxxxxxx
I have my username set to "martin". How can I identify myself with a password to be the operator?
How can I define OPs for a persistent channel?
Thanks in advance, martin
On Sun, 15 Jan 2006, Martin Wegner wrote:
Is it possible for users to register nicknames or channels in ngircd? If yes, how? NickServ and ChanServ I know from other IRC servers do not exist, right?
http://www.ircservices.esper.net/about.html is probably something you may find useful.
I have created an oper in ngircd.conf:
[Operator] Name = martin Password = xxxxxxxxxx
I have my username set to "martin". How can I identify myself with a password to be the operator?
From an irc client, connect to the right server and issue
/oper martin Unless I've misunderstood something.
HTH
A
Adam McGreggor lists@amyl.org.uk wrote:
http://www.ircservices.esper.net/about.html is probably something you may find useful.
That looks very interesting. Has anybody here ever used it with ngIRCd? I wouldn't like wasting lots of time to install and configure that stuff if a future version of ngIRCd has as much and as little as I need. I remember rumors about a nickname registration but I can't find a mail about it...
/oper martin Unless I've misunderstood something.
/oper martin password
And then you have to op yourself.
Yours Jens