Fix confusion over whether 0.0.0.0-like addresses are IPv4.
[ircu2.10.12-pk.git] / include / whocmds.h
index 3a30796ba7d07051d9c2d7ed5d4fea5107ce9821..1e87750bc70301bdb2d8227f79935a77c8446c9c 100644 (file)
@@ -37,6 +37,7 @@ struct Channel;
 #define WHO_FIELD_REN 512  /**< Show realname (info). */
 #define WHO_FIELD_IDL 1024 /**< Show idle time. */
 #define WHO_FIELD_ACC 2048 /**< Show account name. */
+#define WHO_FIELD_OPL 4096 /**< Show oplevel. */
 
 /** Default fields for /WHO */
 #define WHO_FIELD_DEF ( WHO_FIELD_NIC | WHO_FIELD_UID | WHO_FIELD_HOS | WHO_FIELD_SER )