Sorry if that was confusing :
chatnets = {
FreeNode = {
type = "IRC";
nick = "xxxxx";
real_name = "xxxxx";
user_name = "xxxxx";
autosendcmd = "/msg nickserv identify password";
};
);
That's what it should say ultimately....
Matt
Matt Dinsmore wrote:
chatnets = {
FreeNode = {
type = "IRC";
nick = "xxxxx";
real_name = "xxxxx";
user_name = "xxxxx";
};
);
And then add this :
FreeNode = {
type = "IRC";
autosendcmd = "/msg nickserv identify password";
};
That should set your nick for that network.
Matt Dinsmore
[EMAIL PROTECTED]
Alan Porter wrote:
channels = (
{ name = "#trilug"; chatnet = "FreeNode"; autojoin = "yes"; },
);
servers = (
{ address = "irc.freenode.net"; chatnet = "FreeNode"; port = "6667";
autoconnect = "yes"; }
);
Thanks, Matt.
It still complains...
- This nickname is owned by someone else
- If this is your nickname, type /msg NickServ IDENTIFY <password>
Once I do that, I'm in. Is there a way to automate this
nickname thing?
Alan
--
TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/