Znc usage: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
 
Line 4: Line 4:
|-
|-
| command docs || http://wiki.znc.in/Using_commands
| command docs || http://wiki.znc.in/Using_commands
|-
| connecting || https://wiki.znc.in/Connecting_to_ZNC
|}
|}
</blockquote><!-- docs -->
</blockquote><!-- docs -->
= Connecting =
<blockquote>
<syntaxhighlight lang="yaml">
host: ${DOMAIN.COM}
port: ${PORT}
password: ${LOGIN_PASS}
nick: ${NICK}
ident: ${ZNC_USER}/${ZNC_SERVERNAME}  # ex: vaderd/liberachat
name:  ${ZNC_USER}/${ZNC_SERVERNAME}
</syntaxhighlight>
</blockquote><!-- Connecting -->


= From IRC =
= From IRC =

Latest revision as of 04:41, 28 August 2021

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