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.

Ingoring People

Old posts that have not been replied to for several years.
Locked
R
Rush

Ingoring People

Post by Rush »

How do you make a bot permanently ignore someone ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

.help +ignore
R
Rush

Post by Rush »

I looked up help but you need to specify amount of days/hours/minutes , so its not really permanent

*shrug* 10 000 days should do it
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

heres what you want to do:

Usage: .+ignore <hostmask> [%<XdXhXm>] [comment]
try:
.+ignore *!nick@lame.isp.org %0 [comment]
or:
.+ignore *!*@lame.isp.org %0 [comment]
The %0 means perm.
R
Rush

Post by Rush »

thanks kain :)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Setting it to a year should be perminant enough for any1.

%365d

Note the usage of the command
+ignore <hostmask> [%<XdXhXm>] [comment]

Anything wihtin <> or [] is changable
Arguments within <> are manditory for the command to work
Arguments within [] are optional, and just add more functionaly to the command.

Adding an ignore without the time will set it to the default time, which is set in the config file with the "ignore-time" setting.

This will not allow perminant ignores, somhow this needs addressing.
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

I believe .+ignore blah is perm ... ignore-time is used for the tcl commands if i remember.
Locked