rectify comment for Message handler indexes

This commit is contained in:
jesopo 2020-04-19 00:00:20 +01:00
parent baef55657e
commit 310f88cfb1

View file

@ -67,7 +67,7 @@ struct Message
unsigned int flags;
/* handlers:
* UNREGISTERED, CLIENT, RCLIENT, SERVER, OPER, LAST
* UNREGISTERED, CLIENT, RCLIENT, SERVER, ENCAP, OPER, LAST
*/
struct MessageEntry handlers[LAST_HANDLER_TYPE];
};