-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbot.conf
More file actions
28 lines (23 loc) · 727 Bytes
/
bot.conf
File metadata and controls
28 lines (23 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;; ServerID is the ID of the IRC server
;; in case we decide to run more showbot
;; on the same web backend
;; IRC Server Details
;; ServerID can be any arbitrary string label for this server
ServerID = diamondclub
ServerHost = irc.example.com
ServerPort = 6697
ServerSSL = false
;; Bot should use the following IRC detail
Nick = showbot
Username = showbot
Password = sekrit
RealName = ShowBot http://showbot.example.com/
;; Join the following channels
;; List of channel names separated by space
Channels = #test #chat
;; Aditional operators that are allowed to reset the bot
;; List of nicks separated by space
AdditionalOps = lkalif
;; Web backend details
ApiAuth = another_sekrit
WebBase = http://showbot.example.com/