mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
15 lines
325 B
Python
15 lines
325 B
Python
# Configuration for the minibot.py bot starts here
|
|
server = "irc.rizon.net"
|
|
port = 6667
|
|
|
|
channels = ["#asdfgbus", "#botbus"]
|
|
defaultchannel = "#asdfgbus"
|
|
|
|
nick = "minibot-testing-ss13"
|
|
altnick = "minibot-testing-ss13_"
|
|
name = "minibot"
|
|
ident = "minibot"
|
|
realname = "minibot"
|
|
password = "CHANGETHIS"
|
|
# Configuration ends here
|