mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
Plugin/RunCommand: fix subroutine argument
This commit is contained in:
parent
e6149cc35c
commit
15d7abf5ec
@ -66,7 +66,7 @@ sub cmd_runcmd($self, $context) {
|
||||
return "No output." if not $lines;
|
||||
}
|
||||
|
||||
sub send_lines($self, $context, $buffer, $send_all) {
|
||||
sub send_lines($self, $context, $buffer, $send_all = 0) {
|
||||
my $lines = 0;
|
||||
|
||||
my $regex;
|
||||
|
@ -25,8 +25,8 @@ use PBot::Imports;
|
||||
# These are set by the /misc/update_version script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 4657,
|
||||
BUILD_DATE => "2023-05-04",
|
||||
BUILD_REVISION => 4660,
|
||||
BUILD_DATE => "2023-05-05",
|
||||
};
|
||||
|
||||
sub initialize {}
|
||||
|
Loading…
Reference in New Issue
Block a user