mirror of https://github.com/velour/catbase.git
Fixes #21
This commit is contained in:
parent
a086f2bc6e
commit
a87835b54a
|
@ -89,7 +89,7 @@ func (p *RememberPlugin) Message(message bot.Message) bool {
|
||||||
fact := Factoid{
|
fact := Factoid{
|
||||||
Id: bson.NewObjectId(),
|
Id: bson.NewObjectId(),
|
||||||
Idx: id,
|
Idx: id,
|
||||||
Trigger: trigger,
|
Trigger: strings.ToLower(trigger),
|
||||||
Operator: "reply",
|
Operator: "reply",
|
||||||
FullText: msg,
|
FullText: msg,
|
||||||
Action: msg,
|
Action: msg,
|
||||||
|
|
Loading…
Reference in New Issue