mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 05:33:14 +02:00
Remove ircd_log(), use unreal_log() instead!
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user