Epic World Warriors
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
Coming SOON!HomeLatest imagesSearchRegisterLog inXat Chatbox
Latest topics
» I'M HERE
mIRC Operators I_icon_minitimeMon May 27, 2013 11:27 am by doctord00d

» Best Black Ops kill(s)?
mIRC Operators I_icon_minitimeWed Jan 02, 2013 11:06 pm by mikaylahj

» OFFICIAL GAME CAMPAIGN BETA:
mIRC Operators I_icon_minitimeWed Jan 02, 2013 11:03 pm by mikaylahj

» poznan apartamenty pomaranczarnia
mIRC Operators I_icon_minitimeThu Aug 04, 2011 11:47 am by Guest

» gdansk hotele stare miasto
mIRC Operators I_icon_minitimeWed Aug 03, 2011 2:57 pm by Guest

» jantar kwatery domki
mIRC Operators I_icon_minitimeTue Aug 02, 2011 2:58 pm by Guest

» The CPU Fan or something making a loud noise frequently, when i start it every morning. What may?
mIRC Operators I_icon_minitimeTue Aug 02, 2011 2:24 pm by Guest

» teen boys feeling boobs
mIRC Operators I_icon_minitimeTue Aug 02, 2011 1:56 pm by Guest

» noclegi krynica zdrój
mIRC Operators I_icon_minitimeMon Aug 01, 2011 4:01 pm by Guest

Top posters
PuritY (1468)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
Red (1357)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
Chieffan (1331)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
KeaTon (1222)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
KrustyBoBo (1193)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
Henry (1176)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
Bones44 (1130)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
skeletor (879)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
SmoothCopyCat (848)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
DoCuMENTation (819)
mIRC Operators I_vote_lcapmIRC Operators I_voting_barmIRC Operators I_vote_rcap 
Forum Clock
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Partners

HissingWorms TheForumsNG

 

 mIRC Operators

Go down 
2 posters
AuthorMessage
KiLLErMaN99
Tech Co-Leader
KiLLErMaN99


Posts : 685
Points : 6166
Reputation : -11
Join date : 2010-07-03
Location : Here

mIRC Operators Empty
PostSubject: mIRC Operators   mIRC Operators I_icon_minitimeSat Jul 03, 2010 11:58 am

Thanks to the mIRC help guide I can provide you guys with the operators.

== equal to

=== equal to (case-sensitive)

!= not equal to

< less than

> larger than

>= larger than or equal to

<= smaller than or equal to

// v2 is a multiple of v1

\\ v2 is not a multiple of v1

& bitwise comparison



isin string v1 is in string v2

isincs string v1 is in string v2 (case sensitive)

iswm wildcard string v1 matches string v2

iswmcs wildcard string v1 matches string v2 (case sensitive)

isnum number v1 is a number in the range v2 which is in the form n1-n2 (v2 optional)

isletter letter v1 is a letter in the list of letters in v2 (v2 optional)

isalnum text contains only letters and numbers

isalpha text contains only letters

islower text contains only lower case letters

isupper text contains only upper case letters



ison nickname v1 is on channel v2

isop nickname v1 is an op on channel v2

ishop nickname v1 is a halfop on channel v2

isvoice nickname v1 has a voice on channel v2

isreg nickname v1 is a normal nick on channel v2

ischan if v1 is a channel which you are on.

isban if v1 is a banned address in internal ban list on channel v2



isaop if v1 is a user in your auto-op list for channel v2 (v2 optional)

isavoice if v1 is a user in your auto-voice list for channel v2 (v2 optional)

isignore if v1 is a user in your ignore list with the ignore switch v2 (v2 optional)

isprotect if v1 is a user in your protect list for channel v2 (v2 optional)

isnotify if v1 is a user in your notify list.



To negate an operator you can prefix it with an ! exclamation mark.



$v1 & $v2

Returns the first and second parameters of an if-then-else comparison. So, in the case of this comparison:



if (text isin sometext) { ... }



$v1 will return "text" and $v2 will return "sometext".
Back to top Go down
Guest
Guest




mIRC Operators Empty
PostSubject: Re: mIRC Operators   mIRC Operators I_icon_minitimeSun Jul 04, 2010 5:35 am

Script already made by someone else
Back to top Go down
Bones44
Psychopath
Bones44


Posts : 1130
Points : 6577
Reputation : -4
Join date : 2010-06-17
Age : 29
Location : Long Island, New York

mIRC Operators Empty
PostSubject: Re: mIRC Operators   mIRC Operators I_icon_minitimeSun Jul 04, 2010 6:09 am

T0XIC wrote:
Script already made by someone else

That's not even a script. =/
Back to top Go down
Guest
Guest




mIRC Operators Empty
PostSubject: Re: mIRC Operators   mIRC Operators I_icon_minitimeSun Jul 04, 2010 8:51 am

Bones44 wrote:
T0XIC wrote:
Script already made by someone else

That's not even a script. =/
I mean guide sorry my mistake
Back to top Go down
Bones44
Psychopath
Bones44


Posts : 1130
Points : 6577
Reputation : -4
Join date : 2010-06-17
Age : 29
Location : Long Island, New York

mIRC Operators Empty
PostSubject: Re: mIRC Operators   mIRC Operators I_icon_minitimeSun Jul 04, 2010 9:46 am

T0XIC wrote:
Bones44 wrote:
T0XIC wrote:
Script already made by someone else

That's not even a script. =/
I mean guide sorry my mistake

Well even if it has been made, it's still informational and helpful.
Back to top Go down
KiLLErMaN99
Tech Co-Leader
KiLLErMaN99


Posts : 685
Points : 6166
Reputation : -11
Join date : 2010-07-03
Location : Here

mIRC Operators Empty
PostSubject: Re: mIRC Operators   mIRC Operators I_icon_minitimeSun Jul 04, 2010 12:48 pm

Not from what I can see on HERE. Like I said in the post all of these are off the mIRC guide.
Back to top Go down
Sponsored content





mIRC Operators Empty
PostSubject: Re: mIRC Operators   mIRC Operators I_icon_minitime

Back to top Go down
 
mIRC Operators
Back to top 
Page 1 of 1
 Similar topics
-
» mIRC Calculator
» Char Script (mIRC)

Permissions in this forum:You cannot reply to topics in this forum
Epic World Warriors :: Discussion :: Tech Discussion-
Jump to: