2010-10-25 15:01:08 +00:00
|
|
|
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'
|
2010-12-02 22:31:38 +00:00
|
|
|
# This adds support for channels in znc configuration:
|
|
|
|
# list channel '#chan optional_password'
|
2010-10-25 15:01:08 +00:00
|
|
|
|
|
|
|
# list of allowed servers
|
|
|
|
list server 'chat.freenode.net 6667'
|