diff --git a/modules/tz.pike b/modules/tz.pike index 6879ccb6..cef83442 100644 --- a/modules/tz.pike +++ b/modules/tz.pike @@ -1,5 +1,4 @@ inherit builtin_command; -constant active_channels = ({""}); mapping(string:string) timezones = ([]); @@ -7,7 +6,6 @@ constant command_description = "Show the current time in a particular, or your d constant builtin_description = "Get the current date and time in a particular timezone"; //TODO: Or convert date/time constant builtin_name = "Date/Time"; constant builtin_param = "Timezone name"; //TODO: And optional date -constant default_response = "It's currently {hour}:{minute} {weekday_short} in {tz}."; constant vars_provided = ([ "{tz}": "Timezone in canonical form eg Australia/Melbourne", "{unix}": "Unix time right now", //TODO: Or the date/time converted