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.

bot kick when user use utf-8

General support and discussion of Eggdrop bots.
Post Reply
c
capsx
Voice
Posts: 2
Joined: Wed Feb 22, 2006 6:21 pm

bot kick when user use utf-8

Post by capsx »

hi all!
maybe someone also have problem that bot kick when users using utf-8 in chan ... with reason flood -> flood stiings is 10:60 =]
eggdrop 1.6.17+ssl
...
?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

not an eggdrop problem, possibly a script problem
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
c
capsx
Voice
Posts: 2
Joined: Wed Feb 22, 2006 6:21 pm

Post by capsx »

when user using utf-8

[23.02.06-16:16] <depred8or> āāāāā āāāāāāāāā āāāāāāāā āā āāā āāāāā āāāāāāāāā āāāāāāāā āā āāā āāāāā āāāāāāāāā āāāāāāāā āā āāā āāāāā āāāāāāāāā āāāāāāāā āā āāā āāāāā āāāāāāāāā āāāāāāāā āā āāā āāāāā āāāāāāāāā āāāāāāāā āā āāā āāāāā āāāāāāāāā āāāāāāāā āā āāā āāāāā āāāāāāāāā āāā

[16:16] php: ignore *!*@balticom-141-109.balticom.lv (php: ctcp avalanche)


...

looks like bot think that that is CTCP ...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Unload all custom scripts, run the bot "bare bones", and retest. As already suggested, a script problem and not eggdrop.

Remember what OS eggdrop runs under and what codeset it uses itself.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

try .set kick-bogus 0
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

the bot cannot detect UTF-8 as CTCP, because a UTF-8 character outside of US-ASCII ALWAYS starts with a byte above 127 which can never ever have the value 1 which it would have to have for CTCP (even if it would check only the last 7bits, still the 2nd bit from left is still 1 (thats why most ISO-8859-1/Windows-1252 characters sequenzes can be excluded from UTF-8 decoding)). Best you check raw logging and open it in a hex edit to look why it would detect it as CTCP.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
Post Reply