0dd4c2cf74
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23632 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
311 B
Plaintext
14 lines
311 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'
|
|
|
|
# list of allowed servers
|
|
list server 'chat.freenode.net 6667'
|