-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.py
More file actions
56 lines (46 loc) · 822 Bytes
/
config.py
File metadata and controls
56 lines (46 loc) · 822 Bytes
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
#################################################
# _____ ____ _
# / ____| _ \ | |
# | | | |_) | ___ | |_
# | | | _ < / _ \| __|
# | |____| |_) | (_) | |_
# \_____|____/ \___/ \__|
#
#################################################
#
# Python release. v0.1.1
#################################################
### Start of configuration ###
###
# Bot's nick.
##
BotNick = 'CBot-Python'
###
# Bot's alter nick.
##
BotAlt = 'CBot-Python-'
###
# Bot's ident.
##
BotIdent = 'CBot-Python'
###
# Bot's realname.
##
BotRealname = 'CBot-Python'
###
# Bot's server.
##
BotServer = 'irc.address.org'
###
# Bot's port.
##
BotPort = 6667
###
# Bot's home channel.
##
BotHome = '#CBot'
### Bot
# Bot's Admin's nick.
##
BotAdmin = 'Your-nick'
### End of configuration ###