NodeJS-IRC-Bot
NodeJS-IRC-Bot copied to clipboard
Some refactoring and improving
Hey man,
See this project has gone quite the path already! Are you still working on this?
I've just been working on a bot for a different messaging service, using the same principle/idea this one does, but I did a lot of refactoring and actually made it work like it should (better events emitting, memory usage, no more eval).
Might be worth taking a look at!
https://github.com/michaelowens/MssGs-node-bot
Just wanted to let you know.
Awesome I will definitely take a look, and yes I am still working with the IRC-bot but I havent did much new coding for him lately.
-Karl Tiedt
On Fri, Jun 29, 2012 at 6:05 AM, Michael Owens [email protected] wrote:
Hey man,
See this project has gone quite the path already! Are you still working on this?
I've just been working on a bot for a different messaging service, using the same principle/idea this one does, but I did a lot of refactoring and actually made it work like it should (better events emitting, memory usage, no more eval).
Might be worth taking a look at!
https://github.com/michaelowens/MssGs-node-bot
Just wanted to let you know.
Reply to this email directly or view it on GitHub: https://github.com/ktiedt/NodeJS-IRC-Bot/issues/3
I have already refactored the instantiation of plugins using the above mentioned method (meaning, without using eval).
We should investigate further possible improvements on the performance and memory stuff.