summaryrefslogtreecommitdiffstats
path: root/config-default
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2015-12-25 21:52:37 +0400
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2015-12-25 21:52:37 +0400
commit3ad48471cdaec8059be4945606d97c019f2e4ce0 (patch)
treeb921b20df890e38c0a7b5638fc42912ad40dcbc7 /config-default
parent8aa897dc2ed6f342517daf97aaac881aa4fe62f4 (diff)
General code cleanup (removing unused functions / old commented out code / etc.)
Diffstat (limited to 'config-default')
-rw-r--r--config-default/commands.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml
index 38c2d99..7a568de 100644
--- a/config-default/commands.xml
+++ b/config-default/commands.xml
@@ -736,7 +736,7 @@
</command>
<command cmd="^;falsematch\b" flag="s">
<![CDATA[
- $conn->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.');
+ $conn->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.');
]]>
</command>
</commands>