If you go to Tools >> Scripts Editor, and click the Aliases tab, you can make /commands to shorten things like identifying or changing to a specific nickname.

Since mIRC doesn't have a /hop or a /h command, I want to make a /halfop <nick> command. I'm doing it like so:
Code:
/halfop /mode (get channel being entered on) +h $$1
I don't know how to get the channel that the code is being entered on, or if it's even possible. I'm a complete noob at this IRC scripts thing. :P

Could anyone help me out please?