2014-03-01 23:34:51 +01:00
|
|
|
[server]
|
2015-06-06 22:47:56 +02:00
|
|
|
name = "irc.example.com" ; required, usually a hostname
|
2014-03-01 23:34:51 +01:00
|
|
|
database = "ergonomadic.db" ; path relative to this file
|
|
|
|
listen = "localhost:6667" ; see `net.Listen` for examples
|
|
|
|
listen = "[::1]:6667" ; multiple `listen`s are allowed.
|
2015-05-04 07:47:26 +02:00
|
|
|
wslisten = ":8080" ; websocket listen
|
2014-03-09 00:01:15 +01:00
|
|
|
log = "debug" ; error, warn, info, debug
|
2014-03-01 23:34:51 +01:00
|
|
|
motd = "motd.txt" ; path relative to this file
|
2014-03-05 23:02:57 +01:00
|
|
|
password = "JDJhJDA0JHJzVFFlNXdOUXNhLmtkSGRUQVVEVHVYWXRKUmdNQ3FKVTRrczRSMTlSWGRPZHRSMVRzQmtt" ; 'test'
|
2014-03-01 23:34:51 +01:00
|
|
|
|
|
|
|
[operator "root"]
|
2014-03-05 23:02:57 +01:00
|
|
|
password = "JDJhJDA0JEhkcm10UlNFRkRXb25iOHZuSDVLZXVBWlpyY0xyNkQ4dlBVc1VMWVk1LlFjWFpQbGxZNUtl" ; 'toor'
|
2014-03-13 09:55:46 +01:00
|
|
|
|
|
|
|
[theater "#ghostbusters"]
|
|
|
|
password = "JDJhJDA0JG0yY1h4cTRFUHhkcjIzN2p1M2Nvb2VEYjAzSHh4eTB3YkZ0VFRLV1ZPVXdqeFBSRUtmRlBT" ; 'venkman'
|