mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 22:43:46 +00:00
This is meant as a replacement to the 2.4k line monstrosity that is NanoTransenBot.py, and will hopefully be faster and break less often. Features: - NTbot-compatible nudge.py socket listener. - Supports NickServ IDENTIFY. - Attempts reconnection on socket timeout.
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
|