Files
Bubberstation/bot/config.py
Tkdrg c3dfac53a3 Adds a smaller IRC nudge bot to the tools/ folder
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.
2015-12-25 00:28:18 -03:00

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