summaryrefslogtreecommitdiffstats
path: root/config-default/settings.xml
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-09-05 01:09:49 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-07 22:42:33 +0000
commite29b1456c06576b607fd255f5da34a3cc3e97ca2 (patch)
treefeeb5925dd9f0b6e9e692e34b7b8dca1ecbd8275 /config-default/settings.xml
parente3e5402155786931fffd78e71bb2a7324a677ff0 (diff)
Extirpate traces of XML
Summary: Resolve T6 and use the opportunity to get rid of our dependency on `XML::Simple` once and for all. Test Plan: Run the bot with JSON config files. Reviewers: Unit193 Reviewed By: Unit193 Tags: #antispammeta Maniphest Tasks: T6 Differential Revision: https://asm.shalture.org/D1
Diffstat (limited to 'config-default/settings.xml')
-rw-r--r--config-default/settings.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/config-default/settings.xml b/config-default/settings.xml
deleted file mode 100644
index c9b84a0..0000000
--- a/config-default/settings.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<settings>
- <altnicks>
- <altnick>AntiSpamMeta_</altnick>
- <altnick>AntiSpamMeta2</altnick>
- </altnicks>
- <autojoins>
- <autojoin>#antispammeta</autojoin>
- </autojoins>
- <debugchan>#antispammeta-debug</debugchan>
- <log>
- <actiondir>actionlogs/</actiondir>
- <detectdir>detectlogs/</detectdir>
- <dir>logs/</dir>
- <filefmt>-%Y-%m-%d.log</filefmt>
- <timefmt>%Y-%m-%d %T </timefmt>
- <zone>GMT</zone>
- </log>
- <masterchan>#antispammeta</masterchan>
- <nick>AntiSpamMeta</nick>
- <pass></pass>
- <port>6697</port>
- <ssl>1</ssl>
- <realname>I am a new AntiSpamBot in the making.</realname>
- <server>
- <host>irc.freenode.net</host>
- </server>
- <username>MetaBot</username>
- <web>
- <groupfile>/var/www/.htgroup</groupfile>
- <userfile>/var/www/.htpasswd</userfile>
- <shortener>
- <apikey>yoursecretkey</apikey>
- <domain>yourls.org</domain>
- <secure>0</secure>
- </shortener>
- </web>
-</settings>