]> jfr.im git - solanum.git/blobdiff - src/newconf.c
m_sasl: add configuration option for the nick of the SASL agent
[solanum.git] / src / newconf.c
index 7af7ad9de1874c48b8683a73e08c340f14ad6f5c..6a7a256d98bc3ac4a0905e237f8967a498c9132b 100644 (file)
@@ -2315,6 +2315,7 @@ static struct ConfEntry conf_general_table[] =
        { "kline_reason",       CF_QSTRING, NULL, REALLEN, &ConfigFileEntry.kline_reason },
        { "identify_service",   CF_QSTRING, NULL, REALLEN, &ConfigFileEntry.identifyservice },
        { "identify_command",   CF_QSTRING, NULL, REALLEN, &ConfigFileEntry.identifycommand },
+       { "sasl_service",       CF_QSTRING, NULL, REALLEN, &ConfigFileEntry.sasl_service },
 
        { "anti_spam_exit_message_time", CF_TIME,  NULL, 0, &ConfigFileEntry.anti_spam_exit_message_time },
        { "disable_fake_channels",       CF_YESNO, NULL, 0, &ConfigFileEntry.disable_fake_channels },