-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.properties.example
60 lines (48 loc) · 2.4 KB
/
config.properties.example
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
51
52
53
54
55
56
57
58
59
60
# This is the configuration file for the CoffeBot IRC Bot
# CoffeeBot.ircserver = irc.freenode.org
#CoffeeBot.ircserver = irc.quakenet.org
#CoffeeBot.ircport = 6667
CoffeeBot.ircserver = irc.ethz.ch
CoffeeBot.ircport = 6667
CoffeeBot.quitmsg = Bye bye...
CoffeeBot.nick = CoffeeBot
CoffeeBot.user = gannimo
CoffeeBot.realname = CoffeeBot
CoffeeBot.password = PASSWORD
CoffeeBot.nickserv = NickServ
CoffeeBot.nickservCommand = identify SECRETPASSWORD
# CoffeeBot.channel = albtraum
CoffeeBot.channel = infochat
CoffeeBot.logLevel = 9
CoffeeBot.plugins = echo, dice, countdown, quote, request, wikipedia, mensa, eliza, terrorist, list, uptime, markoff
CoffeeBot.plugin.echo.command = !echo
CoffeeBot.plugin.echo.class = net.nebelwelt.CoffeeBot.plugins.Echo
CoffeeBot.plugin.dice.command = !dice
CoffeeBot.plugin.dice.class = net.nebelwelt.CoffeeBot.plugins.Dice
CoffeeBot.plugin.countdown.command = !countdown
CoffeeBot.plugin.countdown.class = net.nebelwelt.CoffeeBot.plugins.Countdown
CoffeeBot.plugin.countdown.date = 2008-12-27 11:00:00
CoffeeBot.plugin.countdown.message = 25c3 starts - http://www.ccc.de/congress
CoffeeBot.plugin.uptime.command = !uptime
CoffeeBot.plugin.uptime.class = net.nebelwelt.CoffeeBot.plugins.Uptime
CoffeeBot.plugin.quote.command = !quote
CoffeeBot.plugin.quote.class = net.nebelwelt.CoffeeBot.plugins.Quote
CoffeeBot.plugin.quote.file = quotes.txt
CoffeeBot.plugin.request.command = !request
CoffeeBot.plugin.request.class = net.nebelwelt.CoffeeBot.plugins.Request
CoffeeBot.plugin.wikipedia.command = !wikipedia
CoffeeBot.plugin.wikipedia.class = net.nebelwelt.CoffeeBot.plugins.Wikipedia
CoffeeBot.plugin.wikipedia.baseurl = http://en.wikipedia.org/wiki/
CoffeeBot.plugin.wikipedia.en.baseurl = http://en.wikipedia.org/wiki/
CoffeeBot.plugin.wikipedia.de.baseurl = http://de.wikipedia.org/wiki/
CoffeeBot.plugin.mensa.command = !mensa
CoffeeBot.plugin.mensa.class = net.nebelwelt.CoffeeBot.plugins.Mensa
CoffeeBot.plugin.eliza.command = !eliza
CoffeeBot.plugin.eliza.class = net.nebelwelt.CoffeeBot.plugins.ElizaPlugin
CoffeeBot.plugin.terrorist.command = !terrorist
CoffeeBot.plugin.terrorist.class = net.nebelwelt.CoffeeBot.plugins.Terrorist
CoffeeBot.plugin.list.command = !list
CoffeeBot.plugin.list.class = net.nebelwelt.CoffeeBot.plugins.List
CoffeeBot.plugin.markoff.command = !speak
CoffeeBot.plugin.markoff.brain = brain.txt
CoffeeBot.plugin.markoff.class = net.nebelwelt.CoffeeBot.plugins.MarkoffPlugin