The point is that I am running eggdrop with megahal so there is need to log private speaches..
is there a way to catch besides incoming also otgoing (.tcl putserv "PRIVMSG nickname :some text" should be catched) msgs from eggdrop..
You could create a script that would replace the internal puthelp, putserv and putquick commands. This would allow you to log messages sent use these command in a script.
But you would need knowledge of C to do the same thing to a module, so that it's output is logged.