Results 1 to 1 of 1
Hello everyone,
I am trying to configure irssi to work correctly after having used XChat for quite some time. When I try to join #fedora on Freenode, however, I am ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-31-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 2
Irssi Configuration
Hello everyone,
I am trying to configure irssi to work correctly after having used XChat for quite some time. When I try to join #fedora on Freenode, however, I am unable to identify my username (which worked fine in XChat). Subsequently, I automatically join #fedora-unregistered (see pastebin.com/XUcx7CLe). I have edited the contents of the ~/.irssi/config file using /COMMAND in the irssi client (see pastebin.com/zV7NZYKG).
I think these are the most relevant parts of the configuration file where the problem must lie.
Alternatively, I tried using the following, which did not work either:Code:{ address = "irc.freenode.net"; chatnet = "Freenode"; port = "6667"; use_ssl = "no"; ssl_verify = "no"; autoconnect = "yes"; } ); Freenode = { type = "IRC"; nick = "Ipozya"; autosendcmd = "/msg nickserv identify PASSWORDHERE;wait 2000"; }; }; channels = ( { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; }, { name = "silc"; chatnet = "silc"; autojoin = "No"; }, { name = "#fedora"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#fluxbox"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#vim"; chatnet = "Freenode"; autojoin = "yes"; } );
/NETWORK ADD -autosendcmd "/^msg nickserv ident pass;wait 2000" Freenode
Any help would be greatly appreciated.


Reply With Quote
