diff options
Diffstat (limited to 'config-default/restrictions.xml')
| -rw-r--r-- | config-default/restrictions.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config-default/restrictions.xml b/config-default/restrictions.xml new file mode 100644 index 0000000..c022a7c --- /dev/null +++ b/config-default/restrictions.xml @@ -0,0 +1,13 @@ +<restrictions> + <hosts> + <host id="services." notrigger="notrigger" noops="noops" nocommands="nocommands" /> + <host id="freenode/utility-bot/ex-server/idoru" noops="noops" /> + </hosts> + <nicks> + <nick id="eir" nocommands="nocommands" /> + </nicks> + <accounts> + <account id="toracat" notrigger="notrigger" /> + <account id="/>" notrigger="notrigger" /> + </accounts> +</restrictions> |
