diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-22 16:55:41 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-28 16:04:16 +0100 |
commit | 42da8fe3efb3d6bb7e3fb14169e7cc362e21921a (patch) | |
tree | 5d2055d9964964cd1e2317e0883b7e8657aade26 /src/common/inbound.c | |
parent | a01bd83c64b76da028d3c23b743a61bbbc62a2d2 (diff) |
server-time supported in all named servermsg: ping, error, notice and
authenticate. The only thing left to do for server-time are the numeric messages.
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index 070eb585..cac37b32 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -414,8 +414,8 @@ inbound_action (session *sess, char *chan, char *from, char *ip, char *text, int void inbound_chanmsg (server *serv, session *sess, char *chan, char *from, - char *text, char fromme, int id, - const message_tags_data *tags_data) + char *text, char fromme, int id, + const message_tags_data *tags_data) { struct User *user; int hilight = FALSE; |