-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathhamper.conf.dist
60 lines (52 loc) · 1.01 KB
/
hamper.conf.dist
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
# Sample configuration file for Hamper
# IRC Settings
nickname: cool_bot
# password: your_password
server: irc.freenode.net
port: 6667
# ssl: true
db: "sqlite:///hamper.db"
channels:
- "#hamper-testing"
# - #another
# - #possibly_a_third
# Available plugins with a few enabled.
# See below for plugin specific configurations
# WARNINGs:
# Settings may or may not be mandatory for any given plugin.
# Everything enabled enables two url shortners (bitly, tinurl)
plugins:
# - bitly
# - botsnack
# - choices
# - dice
# - factoids
# - flip
- friendly
# - goodbye
# - help
# - karma
# - lmgtfy
# - lookup
- ponies
# - quit
# - quotes
# - rot13
# - roulette
- sed
# - seen
# - suggest
# - timez
# - tinyurl
# - yesno
# bitly:
# login: user_name
# api_key: username_s_api_key
# karma:
# timezone: UTC
# tinyurl:
# excluded-urls:
# - imgur.com
# - gist.github.com
# - pastebin.com
# min-length: 40