1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 21:23:12 +02:00

Added some missing operflags to /stats O and SVSO

This commit is contained in:
codemastr
2004-11-25 19:22:13 +00:00
parent 45cee8f2bd
commit 81de8345d2
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -474,3 +474,4 @@
- Renamed RPL_INVITELIST/RPL_ENDOFINVITELIST to RPL_INVEXLIST/RPL_ENDOFINVEXLIST
- Using /invite with no parameters now lists the channels you are invited to but have not
yet joined (#0002190) suggested by sac.
- Added some missing operflags to /stats O and SVSO (#0002193) reported by Bugz.
+3
View File
@@ -76,6 +76,9 @@ MODVAR int oper_access[] = {
OFLAG_TKL, 't',
OFLAG_GZL, 'Z',
OFLAG_OVERRIDE, 'v',
OFLAG_UMODEQ, 'q',
OFLAG_DCCDENY, 'd',
OFLAG_ADDLINE, 'X',
0, 0
};