* [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
* Re: [gentoo-user] irssi autosendcmd
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
0 siblings, 1 reply; 3+ messages in thread
From: Matt Nordhoff @ 2009-06-01 5:11 UTC (permalink / raw
To: gentoo-user
Jacob Todd wrote:
> 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:
[snip configuration]
> My nick gets set and identified on irc.oftc.net, but not on freenode.
> Anyone know what could be going on here?
I don't know if this will help, but...
1.) The /network command has a -nick option; you shouldn't have to use
-autosendcmd to change your nick.
2.) FWIW, both Freenode and OFTC support alternate ways of identifying:
On Freenode you can use a server password, and on OFTC you can use a
client-side SSL cert:
<http://www.oftc.net/oftc/NickServ/CertFP>
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] irssi autosendcmd
2009-06-01 5:11 ` Matt Nordhoff
@ 2009-06-02 3:35 ` Jacob Todd
0 siblings, 0 replies; 3+ messages in thread
From: Jacob Todd @ 2009-06-02 3:35 UTC (permalink / raw
To: gentoo-user
Turns out autosendcmd for irc.freenode.net wasn't spelled correctly.
>.<
On Mon, Jun 01, 2009 at 05:11:35AM +0000, Matt Nordhoff wrote:
> Jacob Todd wrote:
> > 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:
>
> [snip configuration]
>
> > My nick gets set and identified on irc.oftc.net, but not on freenode.
> > Anyone know what could be going on here?
>
> I don't know if this will help, but...
>
> 1.) The /network command has a -nick option; you shouldn't have to use
> -autosendcmd to change your nick.
>
> 2.) FWIW, both Freenode and OFTC support alternate ways of identifying:
> On Freenode you can use a server password, and on OFTC you can use a
> client-side SSL cert:
>
> <http://www.oftc.net/oftc/NickServ/CertFP>
> --
>
--
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