From a19a88bd7caa557b232925dbb1e9e95cb1393692 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 8 Jun 2014 23:50:29 -0700 Subject: [PATCH] Make !date an alias for !time --- earwigbot/commands/time_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/time_command.py b/earwigbot/commands/time_command.py index 6316de6..9f4f460 100644 --- a/earwigbot/commands/time_command.py +++ b/earwigbot/commands/time_command.py @@ -33,7 +33,7 @@ class Time(Command): """Report the current time in any timezone (UTC default), UNIX epoch time, or beat time.""" name = "time" - commands = ["time", "beats", "swatch", "epoch"] + commands = ["time", "beats", "swatch", "epoch", "date"] def process(self, data): if data.command in ["beats", "swatch"]: