diff options
| author | 2008-12-24 05:38:30 +0000 | |
|---|---|---|
| committer | 2008-12-24 05:38:30 +0000 | |
| commit | d839b777682012133a7320f6cfcff9588c1be22d (patch) | |
| tree | 7bbeeb9106ab4b1a430273f97159564fbfb42cd6 /config-default/channels.xml | |
| parent | 17144559e710c7b833ec796deda3dbc4ff4e3abe (diff) | |
Removed the d flag for almost everyone, changed all commands that require the 'd' flag to require 'a' instead, except for ;ev and ;sl, and modified ;user flags to not allow the d flag to be assigned
Diffstat (limited to 'config-default/channels.xml')
| -rw-r--r-- | config-default/channels.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config-default/channels.xml b/config-default/channels.xml index c4257ce..66a9040 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -1,10 +1,10 @@ <channels> + <channel id="##Thehelpfulone" op="no" /> <channel id="##asb-meta" link="##asb-testing"> <hilights></hilights> </channel> <channel id="##asb-nexus" op="when"> - <hilights> - </hilights> + <hilights></hilights> <msgs></msgs> </channel> <channel id="##asb-test" op="no"> @@ -71,7 +71,9 @@ </msgs> </channel> <channel id="##thehelpfulone" op="no"> - <hilights></hilights> + <hilights> + <debug>thehelpfulone</debug> + </hilights> <msgs> <debug>##thehelpfulone</debug> <disable>##asb-nexus</disable> @@ -81,6 +83,7 @@ <hilights></hilights> </channel> <channel id="##wikimedia-ops" op="no"> + <hilights></hilights> <msgs></msgs> </channel> <channel id="##windows" op="no"> @@ -161,6 +164,7 @@ <channel id="#mediawiki" op="no" silence="yes"> <hilights> <debug>flyingparchment</debug> + <debug>WaRpAtH</debug> <disable>seanw</disable> <disable>ST47</disable> </hilights> @@ -206,7 +210,6 @@ </hilights> <msgs> <debug>#wikimedia-ops</debug> - <low>#wikimedia-ops</low> </msgs> </channel> <channel id="#wikimedia-tech" op="no" silence="yes"> |
