server-time for all numerical messages.

This commit is contained in:
Diogo Sousa
2013-06-22 23:48:17 +01:00
parent 42da8fe3ef
commit d1725e3f44
12 changed files with 247 additions and 151 deletions

View File

@@ -786,7 +786,7 @@ handle_mode (server * serv, char *word[], char *word_eol[],
/* handle the 005 numeric */
void
inbound_005 (server * serv, char *word[])
inbound_005 (server * serv, char *word[], const message_tags_data *tags_data)
{
int w;
char *pre;