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