/aop is going to /msg chanserv aop #channel add nick. However, if a channel isn't supplied, it should use the channel that the command was inputed on. I played for a while, and got

alias aop { if ($active ischan) { msg chanserv aop $active add $$2 | halt }
else ( msg chanserv aop $1 add $$2 ) }


But it's buggered. I'd like the same thing for SOP and VOP lists, too. I assume only one letter would need to be changed in the script?

Furthermore, for /unban, just like /i I was hoping the IAL requirement could be removed so that they can be unbanned even if I do not share a channel with them.

And now that I'm thinking about it, I wanna make sure that with the /i alias, that the channel that the nick should be invited to can either be supplied or not supplied, and if it's not supplied, the nick is invited to the channel the command was inputed on.

Last edited by Mpot; 03/09/07 10:32 PM.