diff options
Diffstat (limited to 'config-default/settings.json')
| -rw-r--r-- | config-default/settings.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/config-default/settings.json b/config-default/settings.json new file mode 100644 index 0000000..6b6347c --- /dev/null +++ b/config-default/settings.json @@ -0,0 +1,35 @@ +{ + "altnicks" : [ + "AntiSpamMeta_", + "AntiSpamMeta2" + ], + "autojoins" : "#antispammeta", + "debugchan" : "#antispammeta-debug", + "log" : { + "actiondir" : "actionlogs/", + "detectdir" : "detectlogs/", + "dir" : "logs/", + "filefmt" : "-%Y-%m-%d.log", + "timefmt" : "%Y-%m-%d %T ", + "zone" : "GMT" + }, + "masterchan" : "#antispammeta", + "nick" : "AntiSpamMeta", + "pass" : {}, + "port" : "6697", + "realname" : "I am a new AntiSpamBot in the making.", + "server" : [ + "irc.freenode.net" + ], + "ssl" : "1", + "username" : "MetaBot", + "web" : { + "groupfile" : "/var/www/.htgroup", + "shortener" : { + "apikey" : "yoursecretkey", + "domain" : "yourls.org", + "secure" : "0" + }, + "userfile" : "/var/www/.htpasswd" + } +} |
