Module: ngircd.git Branch: master Commit: fcf61e9e0264d081e72eedddbd4a45b619e82b01 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=fcf61e9e0... Author: Federico G. Schwindt <fgsch@lodoss.net> Date: Thu Nov 7 16:29:21 2013 +0000 Move IRC_SetPenalty() to Handle_Request() when possible This centralizes the penalty handling. It also exposes some commands that lack it for our attention. --- src/ngircd/irc-channel.c | 4 -- src/ngircd/irc-info.c | 25 --------- src/ngircd/irc.c | 4 -- src/ngircd/parse.c | 129 ++++++++++++++++++++++++---------------------- src/ngircd/parse.h | 1 + 5 files changed, 67 insertions(+), 96 deletions(-) Diff: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commitdiff;h=fcf61...