1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 02:46:38 +02:00

Remove ircd_log(), use unreal_log() instead!

This commit is contained in:
Bram Matthys
2021-08-11 18:01:00 +02:00
parent 4968bf84fe
commit 609a6600aa
4 changed files with 2 additions and 22 deletions
-1
View File
@@ -184,7 +184,6 @@ extern char *extban_conv_param_nuh(char *);
extern Ban *is_banned(Client *, Channel *, int, char **, char **);
extern Ban *is_banned_with_nick(Client *, Channel *, int, char *, char **, char **);
extern void ircd_log(int, FORMAT_STRING(const char *), ...) __attribute__((format(printf,2,3)));
extern Client *find_client(char *, Client *);
extern Client *find_name(char *, Client *);
extern Client *find_nickserv(char *, Client *);
+1 -1
View File
@@ -1741,7 +1741,7 @@ int hooktype_tkl_add(Client *client, TKL *tkl);
*/
int hooktype_tkl_del(Client *client, TKL *tkl);
/** Called when something is logged via the ircd_log() function (function prototype for HOOKTYPE_LOG).
/** Called when something is logged via the unreal_log() function (function prototype for HOOKTYPE_LOG).
* @param flags One of LOG_*, such as LOG_ERROR.
* @param timebuf The time buffer, such as "[2030-01-01 12:00:00]"
* @param buf The text to be logged