]> git.pld-linux.org Git - packages/xchat.git/blame - xchat-fixperlui.patch
- Categories fix
[packages/xchat.git] / xchat-fixperlui.patch
CommitLineData
c45fb310 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
7- if (xchat_nickcmp (ph, (char *)nick, (char *)find_nick))
8+ if (xchat_nickcmp (ph, (char *)nick, (char *)find_nick) == 0)
9 {
10 XST_mPV (i, nick);
11 i++;
This page took 0.03809 seconds and 4 git commands to generate.