summary refs log tree commit diff stats
path: root/src/common/modes.h
diff options
context:
space:
mode:
authorDiogo Sousa <diogogsousa@gmail.com>2013-06-22 23:48:17 +0100
committerDiogo Sousa <diogogsousa@gmail.com>2013-06-28 16:04:32 +0100
commitd1725e3f443f0133c113f417b6a594f79c6831e7 (patch)
treec6f720d97fd809f3a7b40139acff0f31d69d9931 /src/common/modes.h
parent42da8fe3efb3d6bb7e3fb14169e7cc362e21921a (diff)
server-time for all numerical messages.
Diffstat (limited to 'src/common/modes.h')
-rw-r--r--src/common/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/modes.h b/src/common/modes.h
index c3256cb7..7e13c7df 100644
--- a/src/common/modes.h
+++ b/src/common/modes.h
@@ -26,7 +26,7 @@ int is_channel (server *serv, char *chan);
 char get_nick_prefix (server *serv, unsigned int access);
 unsigned int nick_access (server *serv, char *nick, int *modechars);
 int mode_access (server *serv, char mode, char *prefix);
-void inbound_005 (server *serv, char *word[]);
+void inbound_005 (server *serv, char *word[], const message_tags_data *tags_data);
 void handle_mode (server *serv, char *word[], char *word_eol[], char *nick,
 						int numeric_324, const message_tags_data *tags_data);
 void send_channel_modes (session *sess, char *tbuf, char *word[], int start, int end, char sign, char mode, int modes_per_line);