]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
libircu: OPMODE fix (Issue #10)
authorHidden <redacted>
Mon, 21 Feb 2022 16:35:27 +0000 (11:35 -0500)
committerHidden <redacted>
Mon, 21 Feb 2022 16:56:38 +0000 (11:56 -0500)
libircu/msg_M.cc

index e8895626484a1a00e82badc4dd6d423408e8eaae..973a016e74ef38bda5b5c96a3c98d6dedd8361d0 100644 (file)
@@ -140,6 +140,7 @@ if( serverSource != 0 )
 }
 
 /* XXX OPMODE FAILS HERE */
+/* Hidden: But doesn't anymore */
 // Find the ChannelUser of the source client
 // It is possible that the ChannelUser will be NULL, in the
 // case that a server is setting the mode(s)
@@ -154,7 +155,9 @@ if( clientSource != 0 )
 //                     << ") Unable to find channel user: "
 //                     << clientSource->getCharYYXXX()
 //                     << endl ;
+               /* 2022-02-21: Hidden: Commenting line below to allow OPMODE to be used
                return false ;
+               */
                }
        }