Anope IRC Services

Anope Development => Feature Requests => Topic started by: Casper on June 25, 2006, 04:13:20 PM

Title: module syntax error
Post by: Casper on June 25, 2006, 04:13:20 PM
Code: [Select]
void moduleSyntaxErrorLang(char *service, User *u, char *cmd, int msgnum)
{
    const char *str;

    if (!u)
        return;

    str = moduleGetLangString(u, msgnum);
    notice_lang(service, u, SYNTAX_ERROR, str);
    notice_lang(service, u, MORE_INFO, service, cmd);

}


add this to module.c?