Perl updates. Lots of updates to perl documentation :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1081 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-06 21:59:28 +00:00 committed by cras
commit 341cd55587
13 changed files with 748 additions and 459 deletions

View file

@ -318,12 +318,11 @@ PPCODE:
}
void
command_bind(cmd, category, func)
command_bind(cmd, func, category = "Perl scripts' commands")
char *cmd
char *category
char *func
CODE:
if (*category == '\0') category = "Perl scripts' commands";
perl_command_bind(cmd, category, func);
void