Skip to content

Commit 104a23b

Browse files
Create config.py
1 parent 02d8e1e commit 104a23b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

config.py

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
###############################################################################
2+
# _____ ____ _
3+
# / ____| _ \ | |
4+
# | | | |_) | ___ | |_
5+
# | | | _ < / _ \| __|
6+
# | |____| |_) | (_) | |_
7+
# \_____|____/ \___/ \__|
8+
#
9+
#################################################
10+
# Description:
11+
#
12+
#
13+
#################################################
14+
15+
### Start of configuration ###
16+
17+
## Bot nick.
18+
BNICK = "CBot"
19+
20+
## Bot alter nick.
21+
BALT = "CBot-"
22+
23+
## Bot ident.
24+
BIDENT = "CBot"
25+
26+
## Bot realname.
27+
BREALNAME = "CBot"
28+
29+
## Bot server.
30+
BSERVER = "irc.libera.chat"
31+
32+
## Bot port.
33+
BPORT = 6667
34+
35+
## Bot admin.
36+
BADMIN = "Your-nick"
37+
38+
## Bot channel.
39+
BCHANNEL = "#CBot"
40+
41+
### End of configuration ###

0 commit comments

Comments
 (0)