summaryrefslogtreecommitdiffstats
path: root/config-default/settings.xml
blob: df2336799e1574efec4c5477f46970a043a496d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<settings>
  <altnicks>
    <altnick>AntiSpamMeta_</altnick>
    <altnick>AntiSpamMeta2</altnick>
  </altnicks>
  <autojoins>
    <autojoin>#antispammeta</autojoin>
  </autojoins>
  <debugchan>#antispammeta-debug</debugchan>
  <log>
    <actiondir>actionlogs/</actiondir>
    <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>6667</port>
  <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>
  </web>
</settings>