mirror of
https://github.com/znc/znc.git
synced 2026-07-21 09:03:32 +02:00
Support wiki pages names for perl modules.
This commit is contained in:
@@ -8,6 +8,10 @@ sub description {
|
||||
'Evaluates perl code'
|
||||
}
|
||||
|
||||
sub wiki_page {
|
||||
'perleval'
|
||||
}
|
||||
|
||||
sub OnLoad {
|
||||
my $self = shift;
|
||||
if (!$self->GetUser->IsAdmin) {
|
||||
|
||||
Reference in New Issue
Block a user