summary refs log tree commit diff
path: root/client.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-14 16:52:56 -0500
committerJune McEnroe <june@causal.agency>2019-11-14 16:52:56 -0500
commit619be005eb2a501a81f0d98b4a156c4079b9d4b9 (patch)
tree38016c83767eff91094cc9aca5847998c164b5c9 /client.c
parentTweak filter regexes (diff)
downloadpounce-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 'client.c')
-rw-r--r--client.c1
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);