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