Some IRC clients provide you with a /umode command that does the same as /mode <yournick>, without having to enter your current nickname. For example, X-Chat or EPIC. (Maybe mIRC, too?) If your client is not like that, /umode2, which aquanight suggested and is a server command, should still work, it's only one character longer.
Oh, and if you'd like to know, currently UnrealIRCd doesn't support "real aliases" (when target is a command). Perhaps sometime in the future...
AngryWolf wrote:Oh, and if you'd like to know, currently UnrealIRCd doesn't support "real aliases" (when target is a command). Perhaps sometime in the future...
if you include SNOmasks .. sure. I wasn't including snomasks because I have a seperate alias for that .. but your right, sorry I didn't read your post correctly aquanight.
As another side note I have an mirc add-on in development for Unreal 3.2+ that filters Server Notices. The addon re-routes the server notices to specified windows, either status, the active window or a dedicated @window. There is also a seperate setting for *chat notices .. also to status, active or a special chat @window. The filter also features a dialog that helps you set snomasks and usermodes with a few mouse clicks. I will need to clean the code up and put a few final touches on it but if anyone is interested in it .. let me know. The add-on works with mIRC6.X and up. Once I get the add-on finished I'll have some screenshots.
Though, since I use Klient now, it's a bit more complicated than that, but that's essentially it. Basically, you do /cmode in a channel and the mode change applies to that channel .
mIRC can use that alias as well. However, so that I can change modes in channels without having to put the focus in it, or as an oper with can_override I don't even need to be in it to use /cmode.
katsklaw wrote:mIRC can use that alias as well. However, so that I can change modes in channels without having to put the focus in it, or as an oper with can_override I don't even need to be in it to use /cmode.
In that case, wouldn't regular /mode be better, because it's one less character to type?