summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-28 20:33:31 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-28 20:33:31 +0000
commit8d15178d62ea6028c51ee39f0e810865423cd73c (patch)
treeddfa06037504ac224cc7e5eb00cbeac3b3f2fb20 /src
parent6f646ff5b0066fc9cc838f06d00b719aeb12a9f9 (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 'src')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index 48929fc..d2040ba 100644
--- a/src/send.c
+++ b/src/send.c
@@ -921,7 +921,7 @@ sendto_wallops_flags(unsigned int flags, struct Client *source_p,
* (at most 5 warnings every 5 seconds)
*/
void
-ts_warn(const char *pattern, ...)
+sendto_realops_flags_ratelimited(const char *pattern, ...)
{
va_list args;
char buffer[IRCD_BUFSIZE];