Add what is functionality to also list factoids
This commit is contained in:
parent
55cd3ec4a9
commit
8987197a30
@ -372,6 +372,12 @@ function process_event
|
|||||||
|
|
||||||
tell_fact "${thing}" "${channel_it_came_from}"
|
tell_fact "${thing}" "${channel_it_came_from}"
|
||||||
;;
|
;;
|
||||||
|
"${my_own_name}: what is "+([![:space:]]) )
|
||||||
|
thing="${sentence#${my_own_name}: what is }"
|
||||||
|
|
||||||
|
tell_fact "${thing}" "${channel_it_came_from}"
|
||||||
|
;;
|
||||||
|
|
||||||
#############
|
#############
|
||||||
# Footnotes #
|
# Footnotes #
|
||||||
#############
|
#############
|
||||||
|
Loading…
x
Reference in New Issue
Block a user