[TriLUG] simple irssi question

Matt Dinsmore matt at centrix.net
Thu May 18 16:54:56 EDT 2006


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