nodebot
nodebot copied to clipboard
IRC bot written in node.js
Admins should use their host instead of nickname. If an admin leaves IRC a user is able to change their nickname to the admins and have admin access.
The commands to the bot should be changed from using RegEx to something better.
Need to use the nodejs TLS module: http://nodejs.org/api/tls.html
The help command is incomplete. Proposed fix: Redesign it so that the help command is a global feature, and each script should have some help data in the script which...
person A: hello bot: Hello! person B: hi bot: Hello! To avoid this situation, give the bot a much larger throttle limit (say, 30 seconds). But to do this, it...
IRC doesn't officially support unicode, but most clients do anyway. The bot needs to be better tested for unicode support. One area I know is problematic is the lib/listdb module,...
The "tell" script should report the time that the sender left the message for the receiver, as it reports the message to the receiver. Example: bob, message from jim [5...
For example, the autojoin script should probably be restricted to admins-only.
The bit.ly script doesn't work because the module it depends on doesn't work. Either it should be fixed/rewritten, or some other URL-shortening system should be chosen (tinyurl, goo.gl, ...) and...
A script should be created which can retrieve the price of a given stock.