Ive been rooting around the code a bit looking and digging my way thru it trying to find what $conn and $chan have available,.. like $conn->privmsg. I havent found out how to make the bot do an action, or send command himself to the server, like /oper or /kill. Any thought upon this?
Thanks
-Shawn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Look into the Net::IRC specs and see if it allows anything like what you're looking for. That should be your best bet. $conn is just a Net::IRC connection object.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, see aburke's comment. This is all in the perlbot documentation, my friend. :) Mainly that you need to be somewhat familiar with Net::ICQ before writing perlbot plugins.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ive been rooting around the code a bit looking and digging my way thru it trying to find what $conn and $chan have available,.. like $conn->privmsg. I havent found out how to make the bot do an action, or send command himself to the server, like /oper or /kill. Any thought upon this?
Thanks
-Shawn
Look into the Net::IRC specs and see if it allows anything like what you're looking for. That should be your best bet. $conn is just a Net::IRC connection object.
Yes, see aburke's comment. This is all in the perlbot documentation, my friend. :) Mainly that you need to be somewhat familiar with Net::ICQ before writing perlbot plugins.
Oops, I meant Net::IRC and *not* Net::ICQ. I'm working on Net::ICQ also and I'm way too confused. :)