forked from mutewinter/Showbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcinchize.yml
50 lines (48 loc) · 1.19 KB
/
cinchize.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
# Plugins used for all configs
plugins: &plugins
plugins:
-
module: "./lib/cinch/plugins/fivebyfun"
class: "Cinch::Plugins::FiveByFun"
-
module: "./lib/cinch/plugins/schedule"
class: "Cinch::Plugins::Schedule"
-
module: "./lib/cinch/plugins/showbot_admin"
class: "Cinch::Plugins::ShowbotAdmin"
-
module: "./lib/cinch/plugins/showbot"
class: "Cinch::Plugins::Showbot"
-
module: "./lib/cinch/plugins/suggestions"
class: "Cinch::Plugins::Suggestions"
-
module: "./lib/cinch/plugins/shoutcast_info"
class: "Cinch::Plugins::ShoutcastInfo"
-
module: "./lib/cinch/plugins/twitter_broadcast"
class: "Cinch::Plugins::TwitterBroadcast"
-
module: "./lib/cinch/plugins/links"
class: "Cinch::Plugins::Links"
# The base configuration for freenode
freenode_base: &freenode_base
<<: *plugins
server: irc.freenode.net
port: 6667
options:
log_output: true
dir_mode: normal
dir: "pid"
servers:
freenode_test:
<<: *freenode_base
nick: showbot_test
channels:
- "#cinch-bots"
freenode_live:
<<: *freenode_base
nick: showbot
channels:
- "#5by5"