summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorDiogo Sousa <diogogsousa@gmail.com>2013-06-23 19:53:41 +0100
committerDiogo Sousa <diogogsousa@gmail.com>2013-06-28 16:07:42 +0100
commitce6fef3d0ab8b70a88eaf83decb5a596a7f0e246 (patch)
tree0a7fa2e8f3f3af39802c5900c00856e96a30e7fb /src/common/proto-irc.c
parent4057b7dd5852575a415cca8f465b4d419dcbdf9d (diff)
A few messages missing regarding server-time.
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index 875247e7..204fccda 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -1285,7 +1285,7 @@ process_named_msg (session *sess, char *type, char *word[], char *word_eol[],
 
 garbage:
 	/* unknown message */
-	PrintTextf (sess, "GARBAGE: %s\n", word_eol[1]);
+	PrintTextTimeStampf (sess, tags_data->timestamp, "GARBAGE: %s\n", word_eol[1]);
 }
 
 /* handle named messages that DON'T start with a ':' */