From: Alexander Barton Date: Sun, 12 Apr 2015 17:35:39 +0000 (+0200) Subject: MODE command: Always report channel creation time X-Git-Tag: rel-23-rc1~39 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=81b81c818cb60abe8bcfb1cd22769ae831b942e7;hp=81b81c818cb60abe8bcfb1cd22769ae831b942e7 MODE command: Always report channel creation time Up to now when receiving a MODE command, ngIRCd only reported the channel creation time to clients that were members of the channel. This patch reports the channel creation time to all clients, regardless if they are joined to that channel or not. At least ircd-seven behaves like this. This closes #188. Thanks Cahata! ---