mIRC Home    About    Download    Register    News    Help

Print Thread
#2149 17/12/02 09:15 AM
Joined: Dec 2002
Posts: 2
J
JanH Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
J
Joined: Dec 2002
Posts: 2
When connected to DALnet I get a lot of private messages from everywhere with reference to "Kolayweb.com". I understand that this is a script-virus message and the site is fake. The messages are very annying.
How can I protect my mIRCclient from receiving these messages? Can I block incoming messagelines containing certain text-strings e.g. "http://"?

I'm using mIRC 6.03

/Jan

Joined: Dec 2002
Posts: 144
D
Vogon poet
Offline
Vogon poet
D
Joined: Dec 2002
Posts: 144
Use the following for halting private messages with kolayweb.com in it only:

Code:
On ^*:OPEN:?:*: if (kolayweb.com isin $strip($1-)) { halt }
For a more elaborate advertisement blocker, see this other thread.

Also, if you're on DALnet, you may consider using usermode +R which will block all messages from nicknames that have not been identified to. Read more about that at DALnet's Documentation Website.


"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke
Joined: Dec 2002
Posts: 2
J
JanH Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
J
Joined: Dec 2002
Posts: 2
Ahh, lovley! Many thanks!

Scripting, very nice. Just looked at the scripting section of the manual... I fear this means that I need to reserve time during chrismas for new discoveries! smile

"HELP! I am being followed by Paranoids!"

/Jan

Joined: Dec 2002
Posts: 164
M
Vogon poet
Offline
Vogon poet
M
Joined: Dec 2002
Posts: 164
A very good scripting totorial can be found here. Additional scripting help is here.


DALnet: #HelpDesk, #mIRC, #MISHScript - Undernet: #mIRC, #mIRC-Scripts

Link Copied to Clipboard