mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 00:23:13 +02:00
fixed a +h bug
This commit is contained in:
@@ -556,3 +556,4 @@
|
||||
- Removed the old GLINE system, TKL is now standard.
|
||||
- Added INV_TRACK define, we want people testing this.
|
||||
- Fixed the -1 usercount bug, found by codemastr, fixed by Stskeeps
|
||||
- Fixed a +h bug reported by Dukemaster
|
||||
|
||||
+1
-1
@@ -1523,7 +1523,7 @@ int do_mode_char(chptr, modetype, modechar, param, what, cptr, pcount, pvar,
|
||||
char *xp;
|
||||
|
||||
chasing = 0;
|
||||
if (opermode == 2 && !is_chan_op(cptr, chptr))
|
||||
if (opermode == 2 && !is_chan_op(cptr, chptr) && !IsULine(cptr,cptr))
|
||||
{
|
||||
/* Ugly halfop hack --sts
|
||||
- this allows halfops to do +b +e +v and so on */
|
||||
|
||||
Reference in New Issue
Block a user