mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Autocycle: show help on unknown command.
Thanks to KindOne for reporting it.
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
||||
} else {
|
||||
PutModule("You have no entries.");
|
||||
}
|
||||
} else if (sCommand.Equals("HELP")) {
|
||||
} else {
|
||||
CTable Table;
|
||||
Table.AddColumn("Command");
|
||||
Table.AddColumn("Description");
|
||||
|
||||
Reference in New Issue
Block a user