]> jfr.im git - solanum.git/commit - modules/core/m_message.c
echo-message should work for privmsg/notice to another user
authorSimon Arlott <sa.me.uk>
Wed, 23 Nov 2016 21:43:33 +0000 (21:43 +0000)
committerSimon Arlott <sa.me.uk>
Wed, 23 Nov 2016 21:59:43 +0000 (21:59 +0000)
commite2d5ffd5ddf2495e0cb019183a4f1fa2bd3aca58
tree8eb3b8b5b12fd271625c6aed9ed65294ed471a3a
parent2d8d5b058b0d14736c925ac3710be2004b86e58b
echo-message should work for privmsg/notice to another user

Build the same message but send it to the local client first,
so that the echo-message capability works. But don't do it when
sending a message to yourself.
include/send.h
ircd/send.c
modules/core/m_message.c