diff --git a/main.go b/main.go index 4ad6526..476b7a3 100644 --- a/main.go +++ b/main.go @@ -241,6 +241,9 @@ func showHelp(e *irc.Event) { e.Connection.Privmsg(e.Nick, "cat|meow|etc -- show cat fact or gif") e.Connection.Privmsg(e.Nick, "nyastat -- show #ctf channel stats") e.Connection.Privmsg(e.Nick, "history -- show #ctf channel history logs") + e.Connection.Privmsg(e.Nick, " -- EXAMPLE") + e.Connection.Privmsg(e.Nick, "history all -- show all logs") + e.Connection.Privmsg(e.Nick, "history 2021-01-27T12:19:55 2021-01-27T12:20:00 -- show date ranged logs") } func doCommand(command string, e *irc.Event, s *stats) {