mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
386 B

  1. --- xchat-2.0.4/plugins/perl/perl.c 2003-05-24 19:52:24.000000000 +1000
  2. +++ xchat-2.0.4p1/plugins/perl/perl.c 2003-08-03 03:33:28.000000000 +1000
  3. @@ -619,7 +619,7 @@
  4. {
  5. nick = xchat_list_str (ph, list, "nick");
  6. - if (xchat_nickcmp (ph, (char *)nick, (char *)find_nick))
  7. + if (xchat_nickcmp (ph, (char *)nick, (char *)find_nick) == 0)
  8. {
  9. XST_mPV (i, nick);
  10. i++;