mIRC Home    About    Download    Register    News    Help

Print Thread
#71033 11/02/04 12:08 PM
Joined: Sep 2003
Posts: 98
N
neznani Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Sep 2003
Posts: 98
i noticed that some mIRC replies cannot be halted. suck as:
* Attempting to rejoin channel #channel
* Disconnected
* Connecting to server on port
... but how do scripts which are using using MTS theme engine change it ? how does it work ?


www.stwar.us.to
IRCnet - #stwar
#71034 14/02/04 08:38 PM
Joined: Dec 2003
Posts: 219
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2003
Posts: 219
use /haltdef on these events (beginning with a ^): ACTION, BAN, CHAT, DEHELP, DEOP, DEVOICE, HELP, INVITE, JOIN, KICK, MODE, NICK, NOTICE, OP, OPEN, PART, PING, TEXT, UNBAN, USERMODE, VOICE, QUIT, SERV, SERVERMODE, SNOTICE, TOPIC, WALLOPS and replace them with your customized text.

For ex:
on ^*:JOIN:#:echo $chan $nick has joined $chan | haltdef

#71035 19/02/04 08:24 PM
Joined: Sep 2003
Posts: 98
N
neznani Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Sep 2003
Posts: 98
i was asking about these events which cannot be haltdefed:
* Attempting to rejoin channel #channel
* Disconnected
* Connecting to server on port
..


www.stwar.us.to
IRCnet - #stwar

Link Copied to Clipboard