What I'm looking to do is write a script that would use a MySQL database to keep word and definition pairs in order.
I'd like to make this publicly accessible, with bang type commands. I want the dictionary entries accesible to Ops, as far as adding, deleting and modifying them.
Something along the lines of:
!dictionary <word>
and for Ops:
!dictionary add <word> <definition>
!dictionary edit <word> <definitiion>
!dictionary del <word> <definition>
I'd also like to possibly make the Op specific commands accessible through:
/msg <botname> dictionary <param> <word> <definition>
Yes I realize I'm probably in way over My head for a first script, but this is something I'd really like to do. I'm not looking for someone to write it for Me, but possibly point Me in the right direction, either with a snippet of example, some advice, or a few links.
I learn better by doing.. and honestly, am having a tough time grasping TCL, but it's just a matter of time.
Thanks again for taking the time to read this, and thanks in advance to any responses I may get.
