View | Details | Raw Unified | Return to bug 258472
Collapse All | Expand All

(-)b/irc/unreal/files/patch-src_parse.c (+11 lines)
Added Link Here
1
--- src/parse.c.orig	2016-09-03 19:34:06 UTC
2
+++ src/parse.c
3
@@ -156,7 +156,7 @@ void ban_flooder(aClient *cptr)
4
 /*
5
  * This routine adds fake lag if needed.
6
  */
7
-inline void parse_addlag(aClient *cptr, int cmdbytes)
8
+static inline void parse_addlag(aClient *cptr, int cmdbytes)
9
 {
10
 	if (!IsServer(cptr) && !IsNoFakeLag(cptr) &&
11
 #ifdef FAKELAG_CONFIGURABLE

Return to bug 258472