Znc usage

From wikinotes

Documentation

command docs http://wiki.znc.in/Using_commands
connecting https://wiki.znc.in/Connecting_to_ZNC

Connecting

host: ${DOMAIN.COM}
port: ${PORT}
password: ${LOGIN_PASS}

nick: ${NICK}
ident: ${ZNC_USER}/${ZNC_SERVERNAME}  # ex: vaderd/liberachat
name:  ${ZNC_USER}/${ZNC_SERVERNAME}

From IRC

From your IRC client, after connecting to the ZNC server, you can send commands to your ZNC server using the command /znc <command>.

/znc help
/znc ListServers

Connect to multiple ZNC networks (freenode, bitlbee, ...) by connecting to your ZNC server multiple times, but specifying the username as <username>/<znc-network-name>.

  • on startup, you'll be logged into znc, which is already logged into all of your desired channels
  • you can connect as many clients as you'd like using the same nick, they can all be logged in at the same time!
  • interactions with ZNC are done with /znc <command>
  • A single Network can have several Servers