[IRCServices Coding] Services 5.0a25 - ChanServ SENDPASS Solution
George Stamatiou
master at xchat.gr
Wed Mar 20 08:54:56 PST 2002
Ok i found it.
in file /modules/chanserv/sendpass.c just replace the line
snprintf(body, sizeof(body), getstring(ngi,CHAN_SENDPASS_MAIL_BODY),
ci->name, passbuf, s_ChanServ, u->username, u->host);
with the following
snprintf(body, sizeof(body), getstring(ngi,CHAN_SENDPASS_MAIL_BODY),
ci->name, ci->founderpass, s_ChanServ, u->username,
u->host);
i test it and it's ok now :)