-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.hadouken.conf
More file actions
61 lines (44 loc) · 1.2 KB
/
example.hadouken.conf
File metadata and controls
61 lines (44 loc) · 1.2 KB
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
61
# Example Configuration.
<server myservername>
password pass123 # This is optional.
host 127.0.0.1
# host +127.0.0.1 to enable SSL prefix the host with a +.
nickname hadouken
port 6166
<channel>
<altcoins>
protect_admins 0
allow_plugins 1
shorten_urls 0
op_admins 0
</altcoins>
</channel>
</server>
# Required: set the administrator.
admin *!*ident@host.com # Make sure you use this format.
# Optionally specify the network interface used.
# iface eth0
# Specify the ipv4 or ipv6 address to bind to. Optional.
# bind 192.168.1.2
# Run under specified uid/gid
# user dek
# group dek
nick hadouken2
pid hadouken.pid
log /var/log/hadouken.log
# Used to shorten urls.
bitly_api_key your_key
bitly_user_id your_userid
quote_limit 5
safe_delay 0.25
# defaults to 1(true)
reconnect 1
# defaults to 30 seconds
reconnect_delay 30
# Optional: used for encrypting persistent data.
rsa_key_file /home/dek/.ssh/id_rsa
# rsa_key_password pass
# Required: Used for admin communications.
blowfish_key somekeysethere
# Optional: Takes either PRIVMSG or NOTICE
message_transport NOTICE