diff options
Diffstat (limited to 'docs/perl.txt')
-rw-r--r-- | docs/perl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/perl.txt b/docs/perl.txt index 6ea6fda6..204259c4 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -930,7 +930,7 @@ Server::send_raw_split(cmd, nickarg, max_nicks) `max_nicks' number of nicks. Example: - $server->send_raw_split("KICK #channel nick1,nick2,nick3 :byebye", 2, 2); + $server->send_raw_split("KICK #channel nick1,nick2,nick3 :byebye", 3, 2); Irssi will send commands "KICK #channel nick1,nick2 :byebye" and "KICK #channel nick3 :byebye" to server. |