diff options
author | June McEnroe <june@causal.agency> | 2019-11-14 16:52:56 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-14 16:52:56 -0500 |
commit | 619be005eb2a501a81f0d98b4a156c4079b9d4b9 (patch) | |
tree | 38016c83767eff91094cc9aca5847998c164b5c9 | |
parent | Tweak filter regexes (diff) | |
download | pounce-619be005eb2a501a81f0d98b4a156c4079b9d4b9.tar.gz pounce-619be005eb2a501a81f0d98b4a156c4079b9d4b9.zip |
Remove server-time filter TODO
I think it's fine to keep it separate since it's a core function of the bouncer.
Diffstat (limited to '')
-rw-r--r-- | client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c index 4c63fe8..de3f087 100644 --- a/client.c +++ b/client.c @@ -408,7 +408,6 @@ void clientConsume(struct Client *client) { return; } - // TODO: Move into a filter? if (client->caps & CapServerTime) { char ts[sizeof("YYYY-MM-DDThh:mm:ss.sssZ")]; struct tm *tm = gmtime(&time); |