diff options
| author | 2008-12-24 19:34:53 +0000 | |
|---|---|---|
| committer | 2008-12-24 19:34:53 +0000 | |
| commit | 3a86ba4432291bb327f0e07034c856e1c3caab1d (patch) | |
| tree | 95ef604c08a9a83c23a1b98e2e3e80593c79abb8 | |
| parent | e102f7d9a8ac1c2d8a480d6dbf985e208116d6d2 (diff) | |
cleaned up some channels and changed the configuration on others
| -rw-r--r-- | config-default/channels.xml | 33 |
1 files changed, 8 insertions, 25 deletions
diff --git a/config-default/channels.xml b/config-default/channels.xml index 66a9040..1640060 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -1,5 +1,10 @@ <channels> - <channel id="##Thehelpfulone" op="no" /> + <channel id="##Thehelpfulone" op="no"> + <hilights> + <disable>thehelpfulone</disable> + <low>PeterSymonds</low> + </hilights> + </channel> <channel id="##asb-meta" link="##asb-testing"> <hilights></hilights> </channel> @@ -7,27 +12,6 @@ <hilights></hilights> <msgs></msgs> </channel> - <channel id="##asb-test" op="no"> - <hilights></hilights> - <msgs> - <debug>##asb-test</debug> - <disable>##asb-nexus</disable> - </msgs> - </channel> - <channel id="##asb-testing" op="when" silence="yes"> - <hilights> - <disable>ST47</disable> - <disable>alindeman</disable> - <disable>seanw</disable> - <low>a</low> - <low>b</low> - <low>c</low> - <low>d</low> - </hilights> - <msgs> - <debug>##asb-testing</debug> - </msgs> - </channel> <channel id="##c++" op="no"> <hilights> <debug>tomaw</debug> @@ -79,9 +63,6 @@ <disable>##asb-nexus</disable> </msgs> </channel> - <channel id="##tomaw" op="no"> - <hilights></hilights> - </channel> <channel id="##wikimedia-ops" op="no"> <hilights></hilights> <msgs></msgs> @@ -155,6 +136,7 @@ </channel> <channel id="#lisp" op="no"> <hilights> + <disable>Thehelpfulone</disable> <high>tomaw</high> <high>DLange</high> <high>RichiH</high> @@ -298,6 +280,7 @@ <debug>Thehelpfulone</debug> <debug>NotASpy</debug> <debug>|X|</debug> + <debug>PeterSymonds</debug> </hilights> <msgs> <debug>#wikimedia-ops</debug> |
