-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
32 lines (27 loc) · 801 Bytes
/
config.py
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
#!/usr/bin/env python
# Clash of Clans - IRC Stats Bot and Announcer
# coded by vorteckz@vorteckzstudios.online
class config:
class clashconfig:
tag = "#28R992YJR" # clan tag
class irc:
server = 'irc.supernets.org'
port = 6697
username = 'sod'
realname = 'ClashIRCBot by vorteckz'
nickname = 'SPeLLoFDeATH'
channel = '#vorteckz'
adminpassword = 'loginpassword'
channelkey = ''
password = None
ssl = True # only turn on if your IRC server port supports ssl
v6 = 2
vhost = None
class throttle:
cmd = 1
msg = 0.5
reconnect = 10
rejoin = 3
last = 0
slow = False
lastnick = None