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 problem with braces "{"

Old posts that have not been replied to for several years.
Locked
_
_andy

ignore problem with braces "{"

Post by _andy »

i am simply trying to ignore braces "{" as the first character in a nick.
i do this by typing .+ig {*!*@*

HOWEVER...

it's also ignoring the bracket "[" too as seen below.
why is this the case and how do i fix this so it only ignores the braces.
i am running eggdrop v1.6.6 Tcl version: 8.3

[11:48] <[andy]> .ignore *[*
[11:48] <HmongChat> [09:44] #Andy# ignores *[*
[11:48] <HmongChat> Currently ignoring:
[11:48] <HmongChat> [ 2] {*!*@* (perm)
[11:48] <HmongChat> Andy: braces messes up the stats
[11:48] <HmongChat> Started 09:31
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: ignore problem with braces "{"

Post by egghead »

_andy wrote: i am running eggdrop v1.6.6 Tcl version: 8.3
Try upgrading to 1.6.13 for different results :)
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

This is the correct behavior since { and [ are the same character on most irc networks.

Thus {guppy and [guppy are the same nicknames.
Locked