Connobot v2.4
To use connobot, you must have python 2.7 or greater.
Commands:
^hello - Test command, returns "Hello, <user>"
^register <username> - Adds <arg1> to the lastfm users file
^np [user] - If the source is in the lastfm users file, returns the last played song. if <arg1>, returns that users song.
^choose <arg1> <arg2> <argn> - picks a random choice from the arguments
^choose <arg1> or <arg2> or <argn> - Same as the first usage, but separated by or instead of spaces to allow for multi word choices.
-------------------
Private commands
You must be authed to perform any of the private commands except auth itself
/msg connobot auth <password> - Allows you to access the commands.
/msg connobot adduser <user> <password - Adds <user> to the valid users file and allows them to auth with <password>
/msg connobot shutdown - exits the bot. also provides the nick of who shut down the bot in the quit message
/msg connobot mode <mode> <user> sets mode <mode> for <user>. Bot must have mode +o for this to work.