File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,6 @@ our %user_commands = (
182182);
183183
184184sub init {
185- $mod -> register_global_command(name => $_ ) || return foreach qw(
186- version time admin
187- ) ;
188185
189186 &add_join_callbacks;
190187 &add_whois_callbacks;
Original file line number Diff line number Diff line change 99 "description" : " basic set of JELP command handlers" ,
1010 "name" : " JELP::Incoming" ,
1111 "package" : " M::JELP::Incoming" ,
12- "version" : " 15.93 "
12+ "version" : " 16.03 "
1313}
Original file line number Diff line number Diff line change @@ -159,6 +159,11 @@ sub init {
159159 forward => $scommands {$_ }{forward }
160160 ) || return foreach keys %scommands ;
161161
162+ # global user commands
163+ $mod -> register_global_command(name => $_ ) || return foreach qw(
164+ version time admin
165+ ) ;
166+
162167 undef %scommands ;
163168 return 1;
164169}
You can’t perform that action at this time.
0 commit comments