summaryrefslogtreecommitdiffstats
path: root/config-default/restrictions.xml
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-08-16 06:58:14 +0000
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-08-16 06:58:14 +0000
commit6cf8963cfc8dc562f7ec8f3c5d538f05a0e7a0be (patch)
tree2f54ae3d0f4a21ae6026e401832fffd053b79da6 /config-default/restrictions.xml
parent5154f3cac3c3537d94b748c365dce88f3805b4a7 (diff)
Disabled message-sending-throttling
Added a command to view uptime/cpu/ram usage statistics The hilight/dehilight commands can accept a comma-separated list of nicks The exempt command is now deprecated A restriction-system has been added to replace the old exemption system, and also includes additional restrictions that can be added, such as "don't let this account use !ops" Added a plugin command, so other bots can have ASM generate alerts Updated users and flags Updated channel hilights Replaced code that shows up in several places to split a long privmsg into two parts with a utility function Added a detection class for fuzzy-matching against a nick blacklist Fixed some major memory leaks, the bot stays stable around 30MB rather than shooting up to 65MB after a couple of days The bot now uses nickserv REGAIN instead of ghost/release/nick Added channel modes, ban lists, and quiet lists to state tracking Ignore chanserv in netsplit detections Track time/setter when a topic is changed in a channel Monitor if a channel is set +r and is still +r 45 minutes later, if so generate an alert Print status and how long it took to sync once the bot has started and synced, and warn about failed syncings.
Diffstat (limited to 'config-default/restrictions.xml')
-rw-r--r--config-default/restrictions.xml13
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>