Re: autojoin networks and channels
Angelina Carlton <[email protected]>
| Newsgroups | gmane.network.irc.irssi.user |
|---|---|
| Message-ID | <[email protected]> |
Eric Dan <[email protected]> writes: > > i don't really now the difference between irc networks and servers. can > some one give me an example on how to for example, > join brown.freenode.net identify with password and then join #archlinux > on startup? > i just don't understand the options used above and also /network doesn't > work on my version of irssi. > thanks Try using /ircnet instead of network. The networks are a made up of servers and the servers are made up of channels, so, # remove them all; some I never use, others I want to reconfigure from scratch /ircnet remove Undernet /ircnet remove DALnet /ircnet remove EFNet # Add the ones I want to use, use quotes around multiple word names. /ircnet ADD -nick orchid -user bzgirl -realname aec -autosendcmd "/^msg nickserv ident PASSWORD;wait -freenode 2000" freenode # next add a server to each of the networks /server add -auto -ircnet freenode irc.freenode.net 6667 # verify it exists /server list # remove any extras using tab completion /server remove irc.<tab> # next add some channels /channel add -auto #bzflag freenode /channel add -auto #emacs freenode -- -----Angelina Carlton----- orchid on irc.freenode.net [email protected] web:bzgirl.bakadigital.com --------------------------