Remote Control Message Operating

By hitpoint on Apr 14, 2004

Any mods that you set for your remote section can say things with your bot, whether it be through PM or directly in the channel. It will say up to 30 words, but you can add more as you see fit.

on 1:text:!say *:*: { 
  if (**BOTADMIN1** isin $nick) { /msg #bravofleet $2- }
  if (**BOTADMIN2** isin $nick) { /msg #bravofleet $2- }
  else { }
}

Comments

Sign in to comment.
supergeo   -  Mar 11, 2005

on :text:!say :*: {

 Respond  
us4er   -  Aug 15, 2004

hehehehehehehe b*ls**t

 Respond  
hitpoint   -  Apr 17, 2004

I\'m not exactly the most profficient. You could write out something...

 Respond  
UTUCS.com-Admin   -  Apr 16, 2004

Also, use a wildcard. The user may have a different access level. And also why not use $istok() to make it unlimited nicks: on :text:!say :*: { var %nicks = nick1,nick2,nick3 | if ($istok(%nicks,$nick,44)) { msg #bravofleet $2- } }

 Respond  
UTUCS.com-Admin   -  Apr 16, 2004

Yes. That is an extra else. Since you do not need it, it is totally useless. mIRC will just halt. You don\'t even need else { halt } if you were going to put else there. Taking out the else { } will work fine, and will not make any modification to the script. This looks like a good script, except with when you used the 30 words. $2- will contain the whole thing. And $2- is much easier than putting $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30. It is a waste of time to put that many. I\'d rather put $2- when you can have unlimited words, as you updated it. That is probably what you did, $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30, right?

 Respond  
hitpoint   -  Apr 15, 2004

Updated.

 Respond  
hitpoint   -  Apr 15, 2004

Heh, lol. Shows you my IRC knowledge, lol. Oh well, danke.

 Respond  
Cypher87   -  Apr 15, 2004

Im right about $2- :/

 Respond  
Dev|l   -  Apr 14, 2004

$2 = ONE word $2- = Entire Sentences

 Respond  
Dev|l   -  Apr 14, 2004

LOL...

 Respond  
hitpoint   -  Apr 14, 2004

First - $2 doesn\'t say more than one word and will cut off the rest. Secondly, my mistake.

 Respond  
Cypher87   -  Apr 14, 2004

Btw why are you using else { } ? You really dont need it in this case...

 Respond  
Cypher87   -  Apr 14, 2004

errr... ever heard of $2- ???

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.