<~DukePyrolator> can someone please translate this forum post for me ?
<%chaz> DukePyrolator: he wants an event when a nick expires
/** Called before a nick expires
* @param na The nick
* @param expire Set to true to allow the nick to expire
*/
virtual void OnPreNickExpire(NickAlias *na, bool &expire) { throw NotImplementedException(); }
/** Called when a nick drops
* @param na The nick
*/
virtual void OnNickExpire(NickAlias *na) { throw NotImplementedException(); }
We already have such an event. :-)