From ce857ad5f744f74b15ca36264609282c5642778e Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Wed, 5 Aug 2015 10:39:02 +0400 Subject: Fix various things * Fix a typo * Adjust the ;restrict regex to allow using event IDs for restrictions * Add a falsematch command to make DLange shut up * Don't allow nohush commands be used by those with nocommands restriction * Stop making ASM -i --- config-default/commands.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'config-default') diff --git a/config-default/commands.xml b/config-default/commands.xml index 6066104..5674fac 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -356,7 +356,7 @@ delete($::users->{person}->{$nick}); ASM::XML->writeUsers(); $conn->privmsg($event->replyto, "Removed $nick from authorized users." . - "MAKE SURE YOU PROVIDED a nickserv account to this command, rather than the nick the accountholder"); + " MAKE SURE YOU PROVIDED a nickserv account to this command, rather than the nick the accountholder"); ]]> @@ -522,7 +522,7 @@ $conn->privmsg($event->replyto, 'config files were re-read'); ]]> - + + + privmsg($event->replyto, 'To whitelist false matches for the impersonation check, have someone with the a flag run ";restrict nick LegitimateNickGoesHere +nonickbl_impersonate". Contact ilbelkyr if this issue reoccurs.'); + ]]> + -- cgit v1.2.3