mIRC Home    About    Download    Register    News    Help

Print Thread
#86950 15/06/04 08:13 AM
Joined: Feb 2003
Posts: 20
F
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Feb 2003
Posts: 20
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

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
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-


Link Copied to Clipboard