]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Merged revisions 253 via svnmerge from
authorChris Porter <redacted>
Mon, 31 Oct 2005 15:08:00 +0000 (15:08 +0000)
committerChris Porter <redacted>
Mon, 31 Oct 2005 15:08:00 +0000 (15:08 +0000)
https://svn.quakenet.org/svn/dev-com/N/trunk

........
r253 | slug | 2005-10-31 15:08:10 +0000 (Mon, 31 Oct 2005) | 2 lines

That's it, I'm handing in my .dev hat :((

........

channel/channelhandlers.c

index d02fb22f5616762f94fec6d950822e06e8418a55..6810c2081dec9274ce295a39bf033c6a3140da2e 100644 (file)
@@ -911,7 +911,7 @@ void handlewhoischannels(int hooknum, void *arg) {
   buffer[0] = '\0';
 
   /* Not handling delayed joins. */
-  for(i=target->channels->cursi-1;i>=0;i++) {
+  for(i=target->channels->cursi-1;i>=0;i--) {
     if(IsSecret(chans[i]) || IsPrivate(chans[i])) { /* check common channels */
       int j;
       channel **senderchans = (channel **)(sender->channels->content);