packages/net/znc/files/znc.conf

14 lines
375 B
Plaintext
Raw Normal View History

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'