mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
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:
parent
d108026a37
commit
341cd55587
13 changed files with 748 additions and 459 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue