You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just forgot to check the factoid name, so to avoid data loss by fallible humans, let's make !learn state whether there was a factoid by that name, and what it was. Maybe even a special value <<restore>> to restore the previous value for the factoid, at least for a few minutes after the !learn. (An extra restore would decouple this problem from problems of maximum message length.)
The text was updated successfully, but these errors were encountered:
How about adding a learn command? !learn undo myfactoid and !learn redo myfactoid.. Syntax would roughly be learn ( [alias|undo|redo] foo = bar | foo =~ s/expression/replace/gi )
I just forgot to check the factoid name, so to avoid data loss by fallible humans, let's make
!learn
state whether there was a factoid by that name, and what it was. Maybe even a special value<<restore>>
to restore the previous value for the factoid, at least for a few minutes after the!learn
. (An extra restore would decouple this problem from problems of maximum message length.)The text was updated successfully, but these errors were encountered: