ackwell / ninjabot

Ninjabot is not 'Just Another Bot'
10 stars 8 forks source link

Fix a disconnect and use sets #104

Closed gnustomp closed 1 year ago

gnustomp commented 9 years ago

A ping timeout wasn't caught by the bot, this should fix that.

Admins and ignored nicks are now sets. This should reduce memory usage over long instances, and improve performance with large numbers of admins and ignores.

Remnants of asyncore hackery in certain plugins are also fixed.

auscompgeek commented 9 years ago

:+1: :shipit:

auscompgeek commented 9 years ago

mfw plugins depended on asyncore/asynchat being shitty