in reply to Re^3: getting client mode with Net::IRC
in thread getting client mode with Net::IRC
Ah, ok. The docs made it seems like the 'mode' handler was only for channel mode changes. Using 'mode' instead of 'umode' does exactly what I want it to do. Thanks.