diff options
| author | 2012-08-21 07:49:29 +0000 | |
|---|---|---|
| committer | 2012-08-21 07:49:29 +0000 | |
| commit | 566c36647cb05d58c97af14db1e37df0b54bcf2c (patch) | |
| tree | b8c654558a984ef575839f6b0fecc6213454fb9d /config-default | |
| parent | 4fb036a66821ef4749dfdb3ebc598ef21e2e4502 (diff) | |
stats p tracking, better pingpong stuff, added an XML setting for a master chan rather than having one hardcoded, state tracking for channel URL
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/channels.xml | 2 | ||||
| -rw-r--r-- | config-default/settings.xml | 2 | ||||
| -rw-r--r-- | config-default/users.xml | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/config-default/channels.xml b/config-default/channels.xml index ecefc7a..178a0bb 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -139,6 +139,7 @@ <msgs></msgs> </channel> <channel id="#antispammeta-debug" /> + <channel id="#baadf00d" /> <channel id="#cisco"> <hilights></hilights> <msgs></msgs> @@ -701,6 +702,7 @@ <debug>#wikimedia-ops</debug> </msgs> </channel> + <channel id="antispammetabeta" /> <channel id="default"> <hilights></hilights> </channel> diff --git a/config-default/settings.xml b/config-default/settings.xml index cb9e554..66eab42 100644 --- a/config-default/settings.xml +++ b/config-default/settings.xml @@ -34,4 +34,6 @@ </server> <username>MetaBot</username> <lookupexpire>2419200</lookupexpire> + <masterchan>#antispammeta</masterchan> + <debugchan>#antispammeta-debug</debugchan> </settings> diff --git a/config-default/users.xml b/config-default/users.xml index c01a206..7902bcc 100644 --- a/config-default/users.xml +++ b/config-default/users.xml @@ -10,7 +10,7 @@ <person id="errantego" flags="doath" /> <person id="gary" flags="oath" /> <person id="idleone" flags="o" /> - <person id="jeremyb" flags="th" /> + <person id="jeremyb" flags="oth" /> <person id="jonathand" flags="oath" /> <person id="kelsie" flags="a" /> <person id="kindone" flags="t" /> @@ -18,6 +18,7 @@ <person id="logan_" flags="oath" /> <person id="lstarnes" flags="oath" /> <person id="marienz" flags="doath" /> + <person id="mrmist" flags="doath" /> <person id="martinp23" flags="oath" /> <person id="mquin" flags="hota" /> <person id="myrtti" flags="htoa" /> |
