public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] irssi autosendcmd
@ 2009-06-01  4:04 Jacob Todd
  2009-06-01  5:11 ` Matt Nordhoff
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Todd @ 2009-06-01  4:04 UTC (permalink / raw
  To: gentoo-user

I'm having some trouble getting irssi to set my nick on two irc servers
and then identify them. My current irssi config (just the important
part)
looks like this:


servers = (
  {
    address = "irc.oftc.net";
    chatnet = "oftc";
    port = "6667";
    use_ssl = "no";
    autoconnect = "yes";
  },
  {
    address = "irc.freenode.net";
    chatnet = "freenode";
    port = "6667";
    use_ssl = "no";
    autoconnect = "yes";
  }
);

chatnets = {
  oftc = { 
    type = "IRC";
    autosendcmd = "/^nick jt_;/^msg nickserv identify passwordlol";
  };
  freenode = {
    type = "IRC";
    autocendcmd = "/^nick dreadlorde;/^msg NickServ identify passwordlol";
  };
};

channels = (
  { name = "#suckless"; chatnet = "oftc"; autojoin = "yes"; },
  { name = "#awesome"; chatnet = "oftc"; autojoin = "yes"; },
  { name = "#gentoo"; chatnet = "freenode"; autojoin = "yes"; }
  { name = "#uzbl"; chatnet = "freenode"; autojoin = "yes"; }
);


My nick gets set and identified on irc.oftc.net, but not on freenode.
Anyone know what could be going on here?

-- 
Jake Todd
// If it isn't broke, tweak it!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-02  3:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01  4:04 [gentoo-user] irssi autosendcmd Jacob Todd
2009-06-01  5:11 ` Matt Nordhoff
2009-06-02  3:35   ` Jacob Todd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox