diff --git a/Plugins/ActionTrigger.pm b/Plugins/ActionTrigger.pm index 2df0a696..f3ec3b25 100644 --- a/Plugins/ActionTrigger.pm +++ b/Plugins/ActionTrigger.pm @@ -22,7 +22,7 @@ package Plugins::ActionTrigger; # actiontrigger add global 0 300 "some phrase" echo Something! # # Capture a part of somebody's message. -# actiontrigger add #channel 0 0 "(?i)how is the weather in (.*) today" weather $1 +# actiontrigger add #channel 0 0 "(?i)how is the weather (?:in|for) (.*) today" weather $1 # # These are basic examples; more complex examples can be crafted.