This bot has some common functions, along with some not so common. I've been using this code to text my wife from work when my phone dies.
Requirements:
- Gmail account (for texting)
- xgoogle (for lang translation)
I know it is messy, and the variables are named poorly; sorry. I swear they made since at the time of initial coding :$
Once the bot is in the channel you send it commands denoted with '^'.
Example:
^whoareyou
Some commands require more than one argument like the texting command; they are seporated by '*' or ':'. Just take a look at the code to see where it splits the data.
Example:
^textMessage *ATT *3045555555 *This is a test message
I want to add DCC file transfer, but don't know the raw IRC commands to do it. I know its something like "PRIVMSG #ChtRm DCC file.zip"
I've googled with no good result; maybe I'm stupid...
I found plenty on doing it with a client program like mIRC, but not the raw protocol commands. Anyone have an idea?