Backport XChat r1523
This commit is contained in:
parent
7cf4778aaa
commit
60d7e8e320
|
@ -1042,7 +1042,7 @@ XS (XS_Xchat_hook_fd)
|
||||||
|
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
|
|
||||||
if (items != 4) {
|
if (items != 5) {
|
||||||
hexchat_print (ph,
|
hexchat_print (ph,
|
||||||
"Usage: Xchat::Internal::hook_fd(fd, callback, flags, userdata)");
|
"Usage: Xchat::Internal::hook_fd(fd, callback, flags, userdata)");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue