diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-28 20:33:31 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-28 20:33:31 +0000 |
commit | 8d15178d62ea6028c51ee39f0e810865423cd73c (patch) | |
tree | ddfa06037504ac224cc7e5eb00cbeac3b3f2fb20 /include | |
parent | 6f646ff5b0066fc9cc838f06d00b719aeb12a9f9 (diff) |
- Renamed ts_warn() to sendto_realops_flags_ratelimited()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3077 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/send.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/send.h b/include/send.h index ed75187..a536e86 100644 --- a/include/send.h +++ b/include/send.h @@ -92,7 +92,7 @@ extern void sendto_realops_flags(unsigned int, int, int, const char *, ...) AFP(4,5); extern void sendto_wallops_flags(unsigned int, struct Client *, const char *, ...) AFP(3,4); -extern void ts_warn(const char *, ...) AFP(1,2); +extern void sendto_realops_flags_ratelimited(const char *, ...) AFP(1,2); extern void sendto_anywhere(struct Client *, struct Client *, const char *, |