Sorry.
I have forgot to say one thing.
I call PutLog with
::log::PutLog $chatid "$::Nudge::language(nudge_received)!" ""
PutLog is: proc PutLog { chatid user msg {fontformat ""} {failed 0}}
so: "" -> msg, so msg is empty
Now when PutLog writes in log conversation it writes (in this case):
timestamp "$::Nudge::language(nudge_(sent/received))!" : msg
The _problem_ is : i try to erase it changing PutLog calling in this way:
::log::PutLog $chatid "$::Nudge::language(nudge_received)!" "\b"
Where \b is the backspace but it doesn't work, surely for a my error.
So i have thought:
Change msg, in PutLog, in {msg ""} -> but it is a bad idea, for me.
Write a control, in PuLog, if (msg == ""} puts .. etc etc without " : $msg"
What do you think?
Thanks and sorry for my English.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel