From: wiebe Date: Tue, 23 Mar 2010 21:24:21 +0000 (+0100) Subject: invalidatebanssethost: refresh for changes in s_user.c by sethostoldcode X-Git-Url: https://jfr.im/git/irc/quakenet/snircd-patchqueue.git/commitdiff_plain/c4b11cd39bafee731ce4892f1cf42ffdbf14f7f7?ds=sidebyside invalidatebanssethost: refresh for changes in s_user.c by sethostoldcode --- diff --git a/invalidatebanssethost.patch b/invalidatebanssethost.patch index 39d795f..0ad0e76 100644 --- a/invalidatebanssethost.patch +++ b/invalidatebanssethost.patch @@ -1,15 +1,9 @@ invalidate bans when the user sets +h or -h so they are checked again -diff -r 7223692af752 ircd/s_user.c ---- a/ircd/s_user.c Thu Mar 18 12:14:01 2010 +0100 -+++ b/ircd/s_user.c Thu Mar 18 12:35:00 2010 +0100 -@@ -1173,12 +1173,15 @@ - } - } - #endif -- - /* - * Go through all channels the client was on, rejoin him +diff -r 4dafbe6a4b4e ircd/s_user.c +--- a/ircd/s_user.c Tue Mar 23 22:17:47 2010 +0100 ++++ b/ircd/s_user.c Tue Mar 23 22:21:27 2010 +0100 +@@ -1152,6 +1152,10 @@ * and set the modes, if any */ for (chan = cli_user(cptr)->channel; chan; chan = chan->next_channel) {