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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user