mIRC Home    About    Download    Register    News    Help

Print Thread
#54038 12/10/03 09:27 PM
D
dkaho
dkaho
D
It would be nice if the /ignore command had features like word ignore, ie- if a bot always welcomes with "<Bot> Welcome, User3421. Bla bla bla" would it be nice if you could ignore all lines with "Welcome" from "Bot".
Several irc clients to other operating systems has the ability, so it would be nice if mIRC had the same ability. smile

#54039 13/10/03 03:08 AM
Joined: Sep 2003
Posts: 15
R
Pikka bird
Offline
Pikka bird
R
Joined: Sep 2003
Posts: 15
Can be scripted with remote events.

#54040 13/10/03 06:02 AM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
/ban -k #channelname bot 3 bye bye

#54041 13/10/03 07:26 AM
K
killer
killer
K
Do you even read posts before you reply? Banning the bot is not the solution he was looking for.

on ^*:TEXT:*Welcome*:#:if ($nick == Bot) { haltdef }

You are absolutely useless, LoB.

#54042 13/10/03 07:53 AM
P
pheonix
pheonix
P
that would still lag you if he decided to flood :tongue:

#54043 13/10/03 10:14 AM
Joined: Dec 2002
Posts: 2,884
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,884
It could still lag you if he decided to flood and you were using /ignore.

#54044 13/10/03 10:16 AM
P
pheonix
pheonix
P
presumably not as much wink

#54045 13/10/03 11:34 AM
Joined: Feb 2003
Posts: 806
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 806
It would lag as much, since both commands only halt the display. I'd go with /silence (if the network supports it of course).


Link Copied to Clipboard