Skip to content

Commit f0d3e8f

Browse files
committed
use a dummy for the command name. I am considering omitting the command name from the argument list unless told specifically not to.
1 parent 913067d commit f0d3e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod/core_ucommands.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ my %ucommands = (
155155
KICK => {
156156
code => \&kick,
157157
desc => 'forcibly remove a user from a channel',
158-
params => [qw(channel user :rest)]
158+
params => [qw(dummy channel user :rest)]
159159
}
160160
);
161161

0 commit comments

Comments
 (0)