in reply to Re: getting client mode with Net::IRC
in thread getting client mode with Net::IRC
I also tried:$conn->mode($mynick, "+i"); $conn->mode($mynick, "-i");
My on_umode handler never gets called. The docs aren't too clear on how to do user mode changes instead of channel mode changes. If user mode changes can only be made by the client, how do I know when someone else changes my mode (+o, for example)?$conn->mode($channel, "+i", $mynick); $conn->mode($channel, "-i", $mynick);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: getting client mode with Net::IRC
by Mr. Muskrat (Canon) on Dec 31, 2004 at 16:59 UTC | |
by agaffney (Beadle) on Dec 31, 2004 at 17:12 UTC |