I have an eggdrop with the following caracteristics :
- eggdrop v1.6.17: 50 users (mem: 1958k).
- OS: FreeBSD 6.1-PRERELEASE
- Tcl librairies: /usr/local/lib/tcl8.4
- Tcl version: 8.4.11 (header version 8.4.7)
I notice that it replaces 2 caractères to an other one, as these examples show us :
Code: Select all
.tcl putlog "#blablaѥ"
tcl: builtin dcc call: *dcc:tcl KnuX 39 putlog "#blablae"
tcl: evaluate (.tcl): putlog "#blablae"
#blablae
Code: Select all
.msg KnuX "#blablaѥ"
I am wondering about the reasons of this phenomenon. In this case, if an IRC message contains the "Ñ¥" characters, eggdrop will think it's a 'e' and in fact, its ambiguous.tcl: builtin dcc call: *dcc:msg KnuX 39 KnuX "#blablae"
#KnuX# msg KnuX "#blablae"
[!h] PRIVMSG KnuX :"#blablae"
For example, for the eggdrop, the "#Ñ¥" channel will be the same as the "#e" channel...
I know that "Ñ¥" isn't used everyday, but I am disturbed by this behaviour.
If anyone can help me to understand...