UNITED Radio Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A Happy Place is a Nice Place to Be [[R.I.P Sean]]
 
HomeHome  PortalPortal  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  
Latest topics
» Hello United Radio friends
Super Basic Remotes I_icon_minitimeTue Jan 29, 2013 6:24 am by Fang54

» Weekly DJ Schedule
Super Basic Remotes I_icon_minitimeTue Jan 29, 2013 5:12 am by Fang54

» Guess the Radio Babies
Super Basic Remotes I_icon_minitimeFri Jan 21, 2011 11:43 pm by NetChick

» Quotes
Super Basic Remotes I_icon_minitimeMon Dec 06, 2010 1:51 pm by mum

» Forum's Back
Super Basic Remotes I_icon_minitimeTue Oct 05, 2010 4:01 pm by mum

» The Digital Economy Act 2010
Super Basic Remotes I_icon_minitimeThu Apr 29, 2010 1:57 pm by casper

» Pics. :)
Super Basic Remotes I_icon_minitimeTue Apr 06, 2010 7:27 pm by Laurapooh

» So You Think You Can Be A DJ?
Super Basic Remotes I_icon_minitimeTue Feb 23, 2010 2:46 pm by SPAWN

» mIRC help
Super Basic Remotes I_icon_minitimeThu Feb 18, 2010 7:20 pm by ThatOneDude

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar

 

 Super Basic Remotes

Go down 
2 posters
AuthorMessage
miniCruzer
Member
Member
miniCruzer


Number of posts : 9
Age : 48
Where You Live : Kentucky
Hobbies & Pastimes : Scripting, Anything Computers, Outdoors, Camping
Registration date : 2007-05-05

Super Basic Remotes Empty
PostSubject: Super Basic Remotes   Super Basic Remotes I_icon_minitimeSun May 24, 2009 4:29 pm

So, wondering how Stompy, Pokey, and Ziggy work??? They use a mIRC function known as Remotes, and they respond to you/others through Events, known as !triggers.

I'll be plain about this, mIRC does a terrible job with explaining, especially with noobs. So after me having a fit about it, I'll explain it to anyone who wants to know, the easy way!

Things you need to know before we get starded
Identifiers
Most identifiers (if not, all) start with an $ - and I don't know why.
$me = You
$nick = the nickname we're talking about
$chan = the channel we're talking about
remotes.ini
While in mIRC, press ALT R to access your remotes script!

Syntax
How do we write a remote? Here's the basic formula, and I'll break it down

Code:

on 1:TEXT:!trigger:#channel: {
msg $chan You've executed a trigger!
}
If you take some time, you can probably figure it out on your own, but if you're slow, lets break it down.
on 1: - Access Level, Permissions, whatever you want to call it. It's the access (voice, no voice, op, owner, halfop) the user we're talking about. You can change this to a higher number for ops, or voices, but for now, we'll keep it at 1 to include everyone!
:TEXT: - Your bot will "listen" for this text. You can change this to :BAN:, :ACTION:, and things like that! :TEXT: would include a !trigger
:!trigger: - This is the text that your bot is listening for. Change it however you like. For !triggers, we only want it as one word (!r we want a few, but that's another story). If you want it too look for this trigger at the start of a sentence, you would say *!trigger. At the end of a sentence !trigger*. Anywhere in a sentence *!trigger*.
:#channel: - This is the channel your bot will look for the !trigger. If you leave it as just :#: it will look for it on all channels it's on.
: { - This is notifying your bot it's about to do something (respond to the !trigger in this case)
msg $chan - This is telling your bot to say something in the channel the !trigger was performed
You executed a trigger! - This is what the bot must say when it "hears" !trigger (you can add color to this by pressing CTRL K) (This is the ONLY part you can add color to.)
} This tells the bot it's all done!

Notice
You can change the script to send a /notice to the person who executed the !trigger
Like this:
Code:

on 1:TEXT:!trigger:#channel:{
notice $nick You executed a trigger!
}
I change the msg $chan to notice $nick. The $nick means it sends a /notice to the nick who typed !trigger.

Got that all? If I'm in #radio, I'd be glad to help!


Last edited by miniCruzer on Sun May 24, 2009 7:17 pm; edited 1 time in total (Reason for editing : SPAM!)
Back to top Go down
http://minicruzer911.co.cc/
NetChick
Admin
NetChick


Number of posts : 306
Where You Live : North Carolina
Registration date : 2007-05-04

Super Basic Remotes Empty
PostSubject: Re: Super Basic Remotes   Super Basic Remotes I_icon_minitimeSun May 24, 2009 5:06 pm

What exactly are you doing here minicruzer???

Giving away Stompy's secrets or spamming your help channel?
Back to top Go down
http://www.myspace.com/_netchick_
miniCruzer
Member
Member
miniCruzer


Number of posts : 9
Age : 48
Where You Live : Kentucky
Hobbies & Pastimes : Scripting, Anything Computers, Outdoors, Camping
Registration date : 2007-05-05

Super Basic Remotes Empty
PostSubject: Re: Super Basic Remotes   Super Basic Remotes I_icon_minitimeSun May 24, 2009 7:15 pm

NetChick wrote:
What exactly are you doing here minicruzer???

Giving away Stompy's secrets or spamming your help channel?

There was no and/or option Wink

No. If I was trying to spam, I'd have come out and said it, but I gave you the option. I'll remove it though Laughing
Back to top Go down
http://minicruzer911.co.cc/
Sponsored content





Super Basic Remotes Empty
PostSubject: Re: Super Basic Remotes   Super Basic Remotes I_icon_minitime

Back to top Go down
 
Super Basic Remotes
Back to top 
Page 1 of 1
 Similar topics
-
» Super Basic If-Then-Else
» Mr_Circus is graduating army basic training today

Permissions in this forum:You cannot reply to topics in this forum
UNITED Radio Forum :: mIRC Help Section-
Jump to: