]> jfr.im git - irc/rqf/shadowircd.git/commit - include/client.h
target change: Allow free replies.
authorJilles Tjoelker <redacted>
Mon, 15 Feb 2010 00:07:07 +0000 (01:07 +0100)
committerJilles Tjoelker <redacted>
Mon, 15 Feb 2010 00:07:07 +0000 (01:07 +0100)
commit7eb930779473b7a7505d9dd98e27583a240faed6
tree9db10851f906934cd23ec242bd09e132a2a870a8
parent3002877654f452935d230aa28d1b10f27e0d1648
target change: Allow free replies.

When a user receives a private message, notice or RPL_UMODEGMSG,
add the source to a special set of 5 target slots.
These slots are checked in the normal way when sending messages,
allowing a reply without using up a free target.

This feature will not be very useful if a user is being messaged
by many different users; to help this, messages blocked entirely
by +g or +R do not affect the targets. CTCP replies also remain
free in terms of targets.
include/client.h
modules/core/m_message.c