irc2bash/skel_config.py
2026-03-14 03:42:04 -05:00

19 lines
314 B
Python

user = {
"realname": "setme",
"nickname": "setme",
"channels": ["##join", "##these", "##channels"]
}
server = {
"ip": "irc.serv.net",
"port": 6667,
"sock_timeout": 60,
"sock_sendbuf": 512,
"sock_recvbuf": 512
}
bot = {
"command_prefix": "$!",
"bot_prefix": "$$",
"opper_nicknames": ["nicknamehere"]
}