It would perhaps be nice to be able to infer the timezone for someone in a channel if the given name was not registered via a !tz foo = Bar/Baz. In IRC this can potentially be done inferring the location from the host IP of the nick. How we request this information from the agent is something we need to consider from a design perspective in core halibot though, so this is probably not possible without some plumbing.
Using pygeoip would perhaps be useful. It will give a well-formed timezone when given an IP address.
It would perhaps be nice to be able to infer the timezone for someone in a channel if the given name was not registered via a
!tz foo = Bar/Baz. In IRC this can potentially be done inferring the location from the host IP of the nick. How we request this information from the agent is something we need to consider from a design perspective in core halibot though, so this is probably not possible without some plumbing.Using pygeoip would perhaps be useful. It will give a well-formed timezone when given an IP address.