Code: Select all
/msg x modinfo #Chan INVITE on|off
I, as a mIRC Scripting person LOVE this command, its bypassing targets and helps out with autojoin scripts.
But lets say you use a command to part all the channels you are on. (/partall or /close..) and you would like to trigger X to invite you back in all the specified channels, it would be neat to have a command like this one
Code: Select all
/msg x INVITEALL
So it triggers the invite system procedures.
Viewed by the eye of a scripter it would be awesome. I know we could just simply use something like
Code: Select all
alias inviteall {
.msg x invite #chan1
.msg x invite #chan2
.msg x invite #chan3
}
BUT, if the list is too big, it could make you go in X's ignore list for a whole hour.
Just my 2¢
And Constructive Feedback would be awesome.