mIRC Homepage
Posted By: fallen248 questions about a basic bot - 15/06/04 08:13 AM
Hey, Im looking to code a bot to basically just take requests from users and then on a timer display them in a channel..

I need this because i dont want 90 people listing things in a chan and scrolling so i want to set the chan +m and have them use a command such as .addrequest blah in a /msg to the bot and then have the bot on a timer display the requests...

any help regarding how i would go about doing this would be greatly appreciated
Posted By: Online Re: questions about a basic bot - 15/06/04 04:39 PM
Why do you need a timer? You can use mIRC's inbuilt Flood Protection to send delayed messages. It's located under Alt+O >> IRC >> Flood.

Then, add this script to your bot's remote:
  • On *:text:.addrequest *:?: msg #channel <whatever trigger> $2-
© mIRC Discussion Forums