X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-commands.el;h=0e31a64a96a531823207e7b9f92f121c626dcae6;hp=3436926d05ac6f344fe24059f47054574f83bb19;hb=4c0c51811e18b2390e9cb6bd9afbedf032d2ef87;hpb=197161b2c4900f5f106c38e365f10d11741dbbd4 diff --git a/lisp/riece-commands.el b/lisp/riece-commands.el index 3436926..0e31a64 100644 --- a/lisp/riece-commands.el +++ b/lisp/riece-commands.el @@ -354,6 +354,7 @@ the layout to the selected layout-name." (defun riece-command-send-message (message notice) "Send MESSAGE to the current channel." + (run-hooks 'riece-command-send-message-hook) (if (equal message "") (error "No text to send")) (riece-check-channel-commands-are-usable)