Add a command for showing Rowbot's memories

This commit is contained in:
Nick Chambers 2021-07-18 22:57:49 -05:00
parent 5bee1a216f
commit b107de7a1a
1 changed files with 2 additions and 1 deletions

3
rowbot
View File

@ -949,7 +949,8 @@ factoids_cmd_isnt() {
}
factoids_cmd_ls() {
true
local facts=( "${config[fact-root]}"/"${msg[to]}"/* )
irc_privmsg "${msg[to]}" "${facts[*]##*/}"
}
plugin_not_found_factoids() {