mIRC Home    About    Download    Register    News    Help

Print Thread
#9313 02/02/03 03:18 AM
Joined: Feb 2003
Posts: 1
N
nAtr0n Offline OP
Mostly harmless
OP Offline
Mostly harmless
N
Joined: Feb 2003
Posts: 1
Any Chance some kind of theme support could be added?

Alot of the scripts out there full or just one to add MTS are very buggy or don't work at all. Is this cause MTS is a weak standard? Maybe you have your own angle on this one?

Thanks
Nate

#9314 02/02/03 05:12 AM
Joined: Jan 2003
Posts: 94
S
Babel fish
Offline
Babel fish
S
Joined: Jan 2003
Posts: 94
i doubt this will be added since its a different type of language added to mIRC for scripters...

You can get mts theme loaders at http://www.mircscripts.org
I perfer KTE


-
E-Mail: mirc_sabby@hotmail.com
Network: irc.enterthegame.com
Channel: #Helpdesk
#9315 03/02/03 08:30 AM
Joined: Dec 2002
Posts: 56
G
Babel fish
Offline
Babel fish
G
Joined: Dec 2002
Posts: 56
I dont really like MTS, however i think it woiuld be better integrated in mIRC than as a script... All of the MTS scripts override mIRC's display settings (anything in ALT+O > IRC), have bugs, and slow things up.

#9316 04/02/03 05:11 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I doubt MTS is a standard since not everyone knows about it or even bothers with it. Personally I think it is a bloated piece of muck and one would be better off making their own theme system which would most likely be alot smaller, easier to configure, argueably more reliable and better to package in scripts.

You can make a basic theme system using the existing command framework in mIRC.

#9317 04/02/03 09:45 PM
Joined: Jan 2003
Posts: 94
S
Babel fish
Offline
Babel fish
S
Joined: Jan 2003
Posts: 94
actually you can do just as or more with mts then anything else..

going with raw command scripting is pretty hard since not many scripters know all the raw commands and everything.
with MTS all you have to do is set the option and its text and its configured..

Example:
SelfJoin Now you are talking in <chan> (<modes>)

would be the same as...

Code:
on *:join:#:{
  if ($nick == $me) {
    haltdef
    echo $chan Now talking in $chan ( $+ $chan(#).mode $+ )
  }
} 


-
E-Mail: mirc_sabby@hotmail.com
Network: irc.enterthegame.com
Channel: #Helpdesk
#9318 05/02/03 07:50 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
actually you can do just as or more with mts then anything else..

I don't doubt that but I believe something that is custom-made performs better. I write a mIRC script for one particular network and I doubt I could get any addon to do the job any better or even as well. MTS probably has a place in the world though I do think it is over rated.


Link Copied to Clipboard