Fix resolver after /rehash with no "dns server" directives.
[ircu2.10.12-pk.git] / ircd / m_who.c
index ffc78f716a3aee829734fa0899a6a4ec21d6272d..9ee0f074d0bdddc9fa69443e51b231fb09491575 100644 (file)
@@ -271,6 +271,10 @@ int m_who(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
           case 'A':
             fields |= WHO_FIELD_ACC;
             break;
+          case 'o':
+          case 'O':
+            fields |= WHO_FIELD_OPL;
+            break;
           default:
             break;
         }