Skip to content

Implement quick edit

Carl Schwan requested to merge work/quickedit into master

Quick Edit is a new feature allowing to simply edit the previous message using a sed-like 's/text/replacement' expression. For the moment, it's only use text replacement instead of regex to not make this feature too complicated to use (escaping).

This feature is IRC friendly and will send the s/text/replacement to the IRC users.

Edited by Carl Schwan

Merge request reports