]> jfr.im git - irc/quakenet/snircd-patchqueue.git/blob - operautomodes.patch
Remove topic_reveal.patch. This has been fixed in IRCU and ircu patch is correct...
[irc/quakenet/snircd-patchqueue.git] / operautomodes.patch
1 auto set usermodes +n and +I when opering
2
3 diff -r 46f97f5713b0 ircd/m_oper.c
4 --- a/ircd/m_oper.c
5 +++ b/ircd/m_oper.c
6 @@ -186,6 +186,8 @@
7 SetFlag(sptr, FLAG_WALLOP);
8 SetFlag(sptr, FLAG_SERVNOTICE);
9 SetFlag(sptr, FLAG_DEBUG);
10 + SetFlag(sptr, FLAG_NOCHAN);
11 + SetFlag(sptr, FLAG_NOIDLE);
12
13 set_snomask(sptr, SNO_OPERDEFAULT, SNO_ADD);
14 cli_max_sendq(sptr) = 0; /* Get the sendq from the oper's class */