This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

ignore script for privmsg

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
s
stargate
Voice
Posts: 6
Joined: Tue Feb 20, 2007 4:21 am

ignore script for privmsg

Post by stargate »

Hi
I need ignore script for my eggdrop. I want to my eggdrop ignore privatemgs from specyfic user/host/nick ...
Can u do that ?
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

.help +ignore
s
stargate
Voice
Posts: 6
Joined: Tue Feb 20, 2007 4:21 am

Post by stargate »

I try this but i want to ignore only private(query,msg) massage not all msg to bot from user.
I dont see there any flags to set ignore privmsg.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

http://mc.purehype.net/

Look at the Spam Check script.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
stargate
Voice
Posts: 6
Joined: Tue Feb 20, 2007 4:21 am

Post by stargate »

Thx but this script is to complicated and i dont need that on my channel. I just need simple script that ignore ppl who i add by host or nick or something :)
User avatar
Linux
Halfop
Posts: 71
Joined: Sun Apr 04, 2004 4:20 pm
Location: Under The Sky

Post by Linux »

stargate wrote:Hi
I need ignore script for my eggdrop. I want to my eggdrop ignore privatemgs from specyfic user/host/nick ...
Can u do that ?
&
stargate wrote:Thx but this script is to complicated and i dont need that on my channel. I just need simple script that ignore ppl who i add by host or nick or something :)
Sir_Fz wrote:

Code: Select all

.help +ignore
Can't you read there how to IGNORE? *still* :) As you said that you want to ADD SPECIFIC HOST/NICK in the Bot's ignore list not everyone then:
To ADD Nick

Code: Select all

.+ignore <nickname>!*@*
and to ADD Mask/Host

Code: Select all

.+ignore *!*@add.the.mask.here
For Ignore Removal See : -ignore, ignores
Rest of the things? READ THE MANUAL!
I'm an idiot, At least this one [bug] took about 5 minutes to find...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

stargate wrote:Thx but this script is to complicated and i dont need that on my channel. I just need simple script that ignore ppl who i add by host or nick or something :)
See if your network supports "silence".
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
stargate
Voice
Posts: 6
Joined: Tue Feb 20, 2007 4:21 am

Post by stargate »

My english is bad i know, but it's not that bad to dont understand me.
I specyfi what i need:
I try this but i want to ignore only private(query,msg) massage not all msg to bot from user.
I dont see there any flags to set ignore privmsg.
@linux read carrefoul what i need:) "ignore privmsg." not all msg from specyfic user/host/ip.....
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

There are NO flags to ignore Private Messages.
.help +ignore
OR, see if your network supports silence (which is probably more appropriate).

Code: Select all

 Ignores messages from a user or list of users at the Server itself.
 
 Syntax: SILENCE +nickname (Adds a nickname to SILENCE list)
 SILENCE -nickname (Removes a nickname from the SILENCE list)
 SILENCE (Lists the current SILENCE list)
The drawback is that "silence" is only valid whilst the nick is online.

Tcl Archive would no doubt have a suitable script.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply