sed functionality
Allow tachikoma to do sed-style replaces.
-
s/search/replace
to replace a string from the last message from the user issuing the sed replace. -
s/search/replace/g
to replace all the strings that matchsearch
from the last message from the user issuing the sed replace. -
s/search/replace/ nickname
to replace a string from the last message sent bynickname
.