diff --git a/Plugins/ActionTrigger.pm b/Plugins/ActionTrigger.pm index b8fe4750..1fae77e9 100644 --- a/Plugins/ActionTrigger.pm +++ b/Plugins/ActionTrigger.pm @@ -1,10 +1,17 @@ # File: ActionTrigger.pm # # Purpose: provides interface to set/remove/modify regular expression triggers -# to execute a command. +# which invoke bot commands when matched against IRC messages. # # Usage: actiontrigger add <#channel or global> # +# Note that ActionTrigger does not match on raw IRC lines. It matches on a +# simplified message format: +# +# " " +# +# where can be PRIVMSG, ACTION, KICK, JOIN, PART or QUIT. +# # Examples: # # Greet a nick when they join the channel: