X-Git-Url: https://jfr.im/git/irc/quakenet/snircd-patchqueue.git/blobdiff_plain/6e84167f816cc79edc90869b5c42846c227ea4e3..7c1dc80a23fb3291b3e358b9aa1cfa111004d72a:/remotemode.patch diff --git a/remotemode.patch b/remotemode.patch index 085768f..7e0e3a8 100644 --- a/remotemode.patch +++ b/remotemode.patch @@ -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);