mIRC Homepage
Posted By: _entropy Custom Channel Central - 01/10/16 02:48 AM
I was wondering if you could make many channel centrals based on the IRCd you are connected to? How hard would it be to do this? I made something like this... Just wondering if you could incorporate it into mIRC?

My Custom Channel Central:
Custom Channel Central
Posted By: FroggieDaFrog Re: Custom Channel Central - 01/10/16 03:20 AM
This can be done with scripting through and through, as you have just demonstrated.

If you want to use your Channel Central over mIRC's default, just override the /channel command
Code:
alias channel {
  ;; code to open your custom Channel Central
}
© mIRC Discussion Forums