X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-info.c;fp=src%2Fngircd%2Firc-info.c;h=82bd55182d774a54343c4634ae5271032a3aba8c;hp=e38d5bb6f3338629f35cc2e22b7ef46bb08f6e15;hb=2056de82ae47a9128e857bb32313f9106b1c3f0f;hpb=5cf0eabd841b644eef8022dad97fa96aa3661c6a diff --git a/src/ngircd/irc-info.c b/src/ngircd/irc-info.c index e38d5bb6..82bd5518 100644 --- a/src/ngircd/irc-info.c +++ b/src/ngircd/irc-info.c @@ -1565,8 +1565,7 @@ IRC_Send_ISUPPORT(CLIENT * Client) Conf_Network)) return DISCONNECTED; if (!IRC_WriteStrClient(Client, RPL_ISUPPORT1_MSG, Client_ID(Client), - Conf_AllowedChannelTypes, Conf_AllowedChannelTypes, - Conf_MaxJoins)) + CHANTYPES, CHANTYPES, Conf_MaxJoins)) return DISCONNECTED; return IRC_WriteStrClient(Client, RPL_ISUPPORT2_MSG, Client_ID(Client), CHANNEL_NAME_LEN - 1, Conf_MaxNickLength - 1,