Backport XChat r1523

This commit is contained in:
Berke Viktor 2013-03-16 22:41:40 +01:00
parent 7cf4778aaa
commit 60d7e8e320
1 changed files with 1 additions and 1 deletions

View File

@ -1042,7 +1042,7 @@ XS (XS_Xchat_hook_fd)
dXSARGS;
if (items != 4) {
if (items != 5) {
hexchat_print (ph,
"Usage: Xchat::Internal::hook_fd(fd, callback, flags, userdata)");
} else {