We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cfb1c commit 1d0d714Copy full SHA for 1d0d714
modules/Channel/Access.module/Access.pm
@@ -23,7 +23,7 @@ our %user_commands = (
23
UP => {
24
desc => 'grant yourself with your access privileges',
25
params => 'channel(inchan)',
26
- code => \&cmd_up
+ code => \&cmd_up,
27
fntsy => 1
28
},
29
DOWN => {
0 commit comments