This commit is contained in:
Chris Sexton 2013-06-01 15:14:54 -04:00
parent a086f2bc6e
commit a87835b54a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ func (p *RememberPlugin) Message(message bot.Message) bool {
fact := Factoid{
Id: bson.NewObjectId(),
Idx: id,
Trigger: trigger,
Trigger: strings.ToLower(trigger),
Operator: "reply",
FullText: msg,
Action: msg,