I have the following eggdrop script
http://pastebin.ca/933527 (This pastebin will work for a couple of month)
It's a logger that outputs in mirc format.
Can't seem to find where I got the script from anymore.
Now the problem is that my bot posts messages from the "partyline" now and then (when anything changes in my wiki: http://www.arune.se/script:dokuwiki-com ... to-eggdrop and when somebody makes commits to subversion), the logging script does not seem to catch the messages from the bot itself.
The binds of the script at the bottom of this post.
Is the script missing something? Could a raw be used and then filter on messages from the bot somehow?
Code: Select all
### Events
bind join - "#* *!*@*" logger:join
bind part - "#* *!*@*" logger:part
bind sign - "#* *!*@*" logger:quit
bind pubm - "#* *" logger:text
bind nick - "#* *" logger:nick
bind kick - "#* *" logger:kick
bind mode - "#* *" logger:mode
bind topc - "#* *" logger:topic
bind raw - "333" logger:topic-author
bind ctcp - "ACTION" logger:action