]> jfr.im git - irc/unrealircd/unrealircd-webpanel-plugins.git/commitdiff
Update example_plugin.php
authorValerie Pond <redacted>
Sun, 25 Jun 2023 09:28:14 +0000 (10:28 +0100)
committerGitHub <redacted>
Sun, 25 Jun 2023 09:28:14 +0000 (10:28 +0100)
example_plugin/example_plugin.php

index 8d627a0d58b8e2b8b4904dfb81711d3b496237a5..08aa4fae8e7d9e1931dbf1139edfbdd739156cdb 100644 (file)
@@ -63,7 +63,7 @@ class example_plugin
        {
                $page_name = "Example";
                $page_link = "plugins/example_plugin/example.php";
-               $pages[$page_name] = $page_link;
+               $pages[$page_name] = ["script" => $page_link, "no_irc_server_required" => true];
        }
 }