mIRC Home    About    Download    Register    News    Help

Print Thread
#259061 01/10/16 02:48 AM
Joined: Aug 2015
Posts: 70
Babel fish
OP Offline
Babel fish
Joined: Aug 2015
Posts: 70
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


mIRC Scripts IRC Network: irc://irc.mircscripts.info/chat
Joined: Apr 2010
Posts: 969
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
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
}


I am SReject
My Stuff

Link Copied to Clipboard