Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: module syntax error  (Read 4425 times)

0 Members and 1 Guest are viewing this topic.

Casper

  • Guest
module syntax error
« 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?
Logged
Pages: [1]   Go Up