1
0
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:
codemastr
2000-08-18 16:14:24 +00:00
parent 70873bcf00
commit d5da9ddb9e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
View File
@@ -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 */