To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Connecting to ZNC: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Markov
Page creation. Added general and irssi instructions (and blank heading for xchat)
 
Line 7: Line 7:
= Some Popular IRC clients =
= Some Popular IRC clients =


== Irssi ==
[[:Category:Clients]]
/set user_name myusername
Or to connect to a specific network you have setup add /networkname for instance
/set user_name myusername/freenode
 
Now connect and supply the password
/connect znc.exmaple.com somethingheredoesntmatter "this is my password"
Or you can simply connect without a password and supply it after you've connected by running
/connect znc.example.com
At which stage you may enter your password by doing
/quote PASS myusername:mypassword
 
It doesn't matter what you put for nickname as the server will readjust to what the network is set to.
 
== XChat ==

Revision as of 19:25, 1 July 2013

General

You connect to znc using any ordinary irc client. You may configure your znc account via irc commands. You may find it a lot easier however to configure your networks and settings using the Web configuration module. In which case, you would navigate to http://znc.example.com:6667 or https://znc.example.com:6697 depending on your port/ssl configuration.

If you have multiple irc networks setup under your znc account, you may connect to a specific one directly by adding /networkname to your username like so

username/networkname

Some Popular IRC clients

Category:Clients