ZNC

From Amahi Wiki
Jump to: navigation, search

ZNC is an IRC bounce with many advanced features such as a built-in web interface, persistent connection (detaching), multiple users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and c++ module support, to name a few.

SSL Configuration

Comming soon...


NOTE: See ZNC Configuration for more guidance on customization.

IRC Client Setup

Coming soon...

ZNC Commands

Commands are given to ZNC by messaging the virtual user *status. Likewise, modules are communicated to by messaging *modname as well.

Alternatively you can use /znc command instead of /msg *status command and /znc *module command instead of /msg *module command

Command Arguments Description
Version Prints which version of znc this is
ListDCCs List all active DCCs | | List all loaded modules | | List all available modules | | List all channels | <#chan> | List all nicks on a channel | | List all servers | <host> [[+]port] [pass] | Add a server to the list | <host> | Remove a server from the list | <#chan> | Enable the channel | <#chan> | Detach from the channel | | Show topics in all channels | <#chan> | Play back the buffer for a given channel | <#chan> | Clear the buffer for a given channel | | Clear the channel buffers | <#chan> [linecount] | Set the buffer count for a channel | <vhost (ip preferred)> | Set the VHost for this connection | | Clear the VHost for this connection | | Jump to the next server in the list | | Disconnect from IRC | | Reconnect to IRC | <nick> <file> | Send a shell file to a nick on IRC | <file> | Send a shell file to yourself | <module> | Load a module | <module> | Unload a module | <module> | Reload a module | | Show the message of the day | <Message> | Set the message of the day | <Message> | Append <Message> to MOTD | | Clear the MOTD | | Reload znc.conf from disk | | Save the current settings to disk | | List all users/clients connected to znc | [User] | List all clients connected to your znc user | | Show basic traffic stats for all znc users | | Show how long ZNC is already running | [message] | Broadcast a message to all users | [message] | Shutdown znc completely | [message] | Restarts znc |

}