Difference between revisions of "ZNC"
From Amahi Wiki
Line 31: | Line 31: | ||
{| style="color:black; background-color:#ffffcc;" cellpadding="10" cellspacing="0" border="1" | {| style="color:black; background-color:#ffffcc;" cellpadding="10" cellspacing="0" border="1" | ||
− | ! | + | ! Command |
− | + | ! Arguments | |
− | + | ! Description | |
− | |||
|- | |- | ||
+------------------------+-------------------------+---------------------------------------------+ | +------------------------+-------------------------+---------------------------------------------+ |
Revision as of 22:54, 8 December 2010
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 | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Prints which version of znc this is | | | 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 |
} |