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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user