X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=490bff4cfbc3ef895d5c5a18de75cf3f95404a4c;hb=f8a60326b46c90101743e8d412cfbe5a76d13c2f;hp=2006c95813f3a4f12a89813e78a2c851ba597c1a;hpb=a0ab9e6d8022db22dd66412bb7a9087098e2faa2;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/ChangeLog b/ChangeLog index 2006c958..490bff4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-08-26 Giuseppe Bilotta + + * Plugin message mapper: new implementation. Multi-word parameters now + need not be the last, and it is possible to retrieve the entire + substring with preserved whitespace by using to_s. Also, parts of the + map string can be bracketed to make them optional. Examples: + remind :user [about] *stuff + will respond to + remind me about washing my teeth + and also to + remind me washing my teeth + It is possible to have parameters in brackets, in which case they will + be optional too, and default to nil or [] (resp. single- and + multi-word parameters) unless an alternative is provided in the + :defaults hash for the message map options. + +2006-08-25 Mark Kretschmann + + * Added quiz plugin, a multiplayer trivia quiz game. + 2006-08-20 Giuseppe Bilotta * Topic plugin: fix a bug that prevented it from loading