[TriLUG] simple irssi question

Matt Dinsmore matt at centrix.net
Thu May 18 16:51:17 EDT 2006


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
matt at centrix.net

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
>
>
>





More information about the TriLUG mailing list