1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

irc: fix format of comment

This commit is contained in:
Sébastien Helleu
2015-07-17 19:47:04 +02:00
parent 86886e311a
commit 4da1472bc8
+2 -1
View File
@@ -443,7 +443,8 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
return NULL;
res = temp;
/* $time: local date/time of user, example:
/*
* $time: local date/time of user, example:
* Sun, 16 Dec 2012 10:40:48 +0100
*/
now = time (NULL);