mirror of
https://git.wownero.com/dsc/craiyon-irc.git
synced 2024-08-15 01:03:24 +00:00
8 lines
No EOL
146 B
Python
8 lines
No EOL
146 B
Python
IRC_NICK = "wtfbbq"
|
|
IRC_HOST = "localhost"
|
|
IRC_PORT = 6667
|
|
IRC_TLS = False
|
|
IRC_CHANNELS = ["#lol"]
|
|
MODE = 'monero'
|
|
SCANLINE = False
|
|
NOTICES = True |