As I was watching the bots debug output, I noticed the logging seemed a little screwed up.
For awhile it was outputing what I usually see, the handler debug and pings. But then it started outputing all the chat from the channel it was in. Then it just stopped, when chat was still going on. Is this a bug in the logging? If you need more info or a copy of the logs I can try to repeat this and log it to file, since I just use the window output for logging.
A suggestion for the next version I have is to have a seperate logging function for channels, that can make chatlogs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
what you mean with screwed up? If you ran the script through a browser and the browser output looks bad (everything on one line) then I know what you mean, that you can fix by upgrading your SmartIRC version to the version out of CVS, there it's fixed.
About the suggestion. Those log are debug only, primary for me and bot developers, if you want to log chats make it with your bot... SmartIRC is just an IRC API not an enduser program, this mean I only handle protocol level stuff.. maybe the loglevels satisfies you already, set it not to SMARTIRC_DEBUG_ALL instead try SMARTIRC_DEBUG_IRCMESSAGES, see HTML documention and look for setDebug().
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
As I was watching the bots debug output, I noticed the logging seemed a little screwed up.
For awhile it was outputing what I usually see, the handler debug and pings. But then it started outputing all the chat from the channel it was in. Then it just stopped, when chat was still going on. Is this a bug in the logging? If you need more info or a copy of the logs I can try to repeat this and log it to file, since I just use the window output for logging.
A suggestion for the next version I have is to have a seperate logging function for channels, that can make chatlogs.
what you mean with screwed up? If you ran the script through a browser and the browser output looks bad (everything on one line) then I know what you mean, that you can fix by upgrading your SmartIRC version to the version out of CVS, there it's fixed.
About the suggestion. Those log are debug only, primary for me and bot developers, if you want to log chats make it with your bot... SmartIRC is just an IRC API not an enduser program, this mean I only handle protocol level stuff.. maybe the loglevels satisfies you already, set it not to SMARTIRC_DEBUG_ALL instead try SMARTIRC_DEBUG_IRCMESSAGES, see HTML documention and look for setDebug().