NodeJS-IRC-Bot icon indicating copy to clipboard operation
NodeJS-IRC-Bot copied to clipboard

Some refactoring and improving

Open michaelowens opened this issue 13 years ago • 2 comments
trafficstars

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.

michaelowens avatar Jun 29 '12 11:06 michaelowens

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

ktiedt avatar Jun 29 '12 13:06 ktiedt

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.

triplem avatar Feb 07 '13 19:02 triplem