1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 21:33:13 +02:00

Fixed a quarantine bug(?)

This commit is contained in:
codemastr
2001-06-16 15:18:44 +00:00
parent 63170bd946
commit ca95bdbbed
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -574,3 +574,4 @@ seen. gmtime warning still there
- Fixed a set_non_blocking bug
- Fixed a codemastr screwup in quarantine code
- Removed the old SOCKS check code.
- Fixed a quarantine bug
+1 -1
View File
@@ -28,7 +28,7 @@ COMMANDS=m_sethost.c m_chghost.c m_chgident.c m_setname.c m_setident.c \
MODULES=commands.so $(R_MODULES)
PTHREAD=-pthread
PTHREAD=-kthread
all: build
+1 -1
View File
@@ -4391,7 +4391,7 @@ int m_umode(cptr, sptr, parc, parv)
/* since we now use chatops define in unrealircd.conf, we have
* to disallow it here */
case 'o':
if(sptr->srvptr->flags & FLAGS_QUARANTINE)
if(sptr->from->flags & FLAGS_QUARANTINE)
break;
goto def;
case 'b':