packages/net/znc/files/znc.conf
dingo 0b19bdd149 [patch-team] - This adds support for channels in znc configuration - Signed-off-by: Timothy Redaelli <timothy at redaelli.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-02 22:31:38 +00:00

16 lines
412 B
Plaintext

config znc
# where to listen for connections
list listener '192.168.1.1 1234'
config user 'sampleUser'
option password 'changeme'
option nick 'sampleUser'
option altnick 'userSample'
option ident 'openwrt'
option realname 'John Doe'
# This adds support for channels in znc configuration:
# list channel '#chan optional_password'
# list of allowed servers
list server 'chat.freenode.net 6667'