shimmie-info is redundant, just be info

This commit is contained in:
Shish 2020-10-29 01:02:53 +00:00
parent b4c4de58a2
commit 0961ad465f

View File

@ -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()));
}
}