From 0961ad465fb4ad139a2aab972978b5e78d2de2d1 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 29 Oct 2020 01:02:53 +0000 Subject: [PATCH] shimmie-info is redundant, just be info --- ext/et/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/et/main.php b/ext/et/main.php index 9ca4fbae..a23a1360 100644 --- a/ext/et/main.php +++ b/ext/et/main.php @@ -36,10 +36,10 @@ class ET extends Extension public function onCommand(CommandEvent $event) { if ($event->cmd == "help") { - print "\tshimmie-info\n"; + print "\tinfo\n"; print "\t\tList a bunch of info\n\n"; } - if ($event->cmd == "shimmie-info") { + if ($event->cmd == "info") { print($this->to_yaml($this->get_info())); } }