You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
craiyon-irc/settings.py_example.py

8 lines
146 B

IRC_NICK = "wtfbbq"
IRC_HOST = "localhost"
IRC_PORT = 6667
IRC_TLS = False
IRC_CHANNELS = ["#lol"]
MODE = 'monero'
SCANLINE = False
NOTICES = True