summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-02 16:50:58 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-02 16:50:58 +0000
commit2620b536feb081ffae43bd13b8ae401c510f1023 (patch)
tree2beec08f18d164f34eba5219e9c7c18232b1f359 /ChangeLog
parent7050ca90b1868a01e8c1a14b21a1001a125d925c (diff)
Plugin map requirements are now checked at regular expression time, not later on
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a6b03b3..3ca18500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-02 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+ * Plugin message mapper: Requirements (as set by the :requirements
+ hash) are now embedded in the regular expression matcher rather than
+ being cheked separately afterwards.
+
2007-01-30 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
* New IRC Framework: Server methods to retrieve a Channel or User are