Code: Select all
/msg x modinfo #Chan INVITE on|off
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
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
}
Just my 2¢
And Constructive Feedback would be awesome.