]> jfr.im git - irc/freenode/ircd-seven.git/commit
channel: Stop pretending to support per-mode server capabilities.
authorJilles Tjoelker <redacted>
Thu, 29 May 2014 14:07:45 +0000 (16:07 +0200)
committerJilles Tjoelker <redacted>
Thu, 29 May 2014 15:40:16 +0000 (17:40 +0200)
commit51452a370bc6e24ce2ae7bfd07b26f3636b146a3
treee3294922935bebe115c85908f9c86ef890d2df8f
parentd0c2fc826632a57671cfc91a70eb6545887e8cf8
channel: Stop pretending to support per-mode server capabilities.

After a change for dynamic server capabilities, the code to send out mode
changes was changed to use the capabilities belonging to the last mode
being sent out. This does not make sense; therefore, just use no
capabilities and remove supporting infrastructure.
include/channel.h
src/channel.c
src/chmode.c