This commit is contained in:
Aaron Blakely 2024-03-13 19:32:07 -05:00
parent 1087327d84
commit 05d0d11e05
1 changed files with 3 additions and 3 deletions

View File

@ -11,15 +11,15 @@ bot:
admin = "ab3800!*@*";
# database file name
db = "xbot.db";
db = "./xbot.db";
# log file name
log = "xbot.log";
log = "./xbot.log";
};
server:
{
host = "irc.newsrouters.ca";
host = "memphis.ephasic.org";
port = "6697";
ssl = true;