]> jfr.im git - irc/quakenet/snircd-patchqueue.git/blobdiff - remotemode.patch
Refresh patch
[irc/quakenet/snircd-patchqueue.git] / remotemode.patch
index 085768f4e6f05f8f6fc01ae704fdf694af0a581b..7e0e3a8119674c4ae0499f4b90152fe26268d107 100644 (file)
@@ -50,7 +50,7 @@ diff -r 37c9c7460603 ircd/Makefile.in
 diff -r 37c9c7460603 ircd/m_remotemode.c
 --- /dev/null
 +++ b/ircd/m_remotemode.c
-@@ -0,0 +1,363 @@
+@@ -0,0 +1,359 @@
 +/*
 + * IRC - Internet Relay Chat, ircd/m_mode.c
 + * Copyright (C) 1990 Jarkko Oikarinen and
@@ -294,10 +294,6 @@ diff -r 37c9c7460603 ircd/m_remotemode.c
 +    }
 +  }
 +
-+  /* only send wallops to opers */
-+  if (feature_bool(FEAT_WALLOPS_OPER_ONLY) && !IsAnOper(acptr) && !FlagHas(&setflags, FLAG_WALLOP))
-+    ClearWallops(acptr);
-+
 +  /* do host hiding for +x */
 +  if (!FlagHas(&setflags, FLAG_HIDDENHOST) && do_host_hiding)
 +    hide_hostmask(acptr, FLAG_HIDDENHOST);