1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 17:56:37 +02:00

Fixed make strict build and cleaned up some warnings

This commit is contained in:
Adam
2010-09-07 18:39:57 -04:00
parent 7dfc8e8ee8
commit 3a97d196f9
10 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -900,7 +900,7 @@ void inspircd_cmd_pong(char *servname, char *who)
/* JOIN */
void inspircd_cmd_join(char *user, char *channel, time_t chantime)
{
send_cmd(user, "JOIN %s %ld", channel, (unsigned int)chantime);
send_cmd(user, "JOIN %s %ld", channel, chantime);
}
/* UNSQLINE */