summary refs log tree commit diff stats
path: root/src/common/inbound.c
diff options
context:
space:
mode:
authorDiogo Sousa <diogogsousa@gmail.com>2013-06-22 16:55:41 +0100
committerDiogo Sousa <diogogsousa@gmail.com>2013-06-28 16:04:16 +0100
commit42da8fe3efb3d6bb7e3fb14169e7cc362e21921a (patch)
tree5d2055d9964964cd1e2317e0883b7e8657aade26 /src/common/inbound.c
parenta01bd83c64b76da028d3c23b743a61bbbc62a2d2 (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.c4
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;