#include "services.h"
#include "./string.h"
Go to the source code of this file.
Functions | |
const char * | get_reply (reply_type reply) |
Get a reply string. | |
void | reply (const char *cService, UserList *nTo, int replyNum,...) |
Send out a reply or error string to a user. |
The idea is to move all handling of error/reply strings into a single module so that multi-language support becomes remotely possible.
Definition in file string.cc.
|
Get a reply string.
Definition at line 55 of file string.cc. References reply(). |
|
Send out a reply or error string to a user.
Definition at line 75 of file string.cc. References net_write, _userlist::nick, and reply(). Referenced by get_reply(), and reply(). |