Top

Help call to ops via bot relay.

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  May 16, 2008
Last Updated  May 17, 2008
Tags  bot  help  msg  notice  onotice  text 

Introduction

this one is a different take on a onotice via a non op command to a bot.

this was written for rooms where often you want to contact an op quietly for help or if it is a busy busy room using a method which all ops can see.

this loads into a new remote on a bot. please make sure the bot has at least AOP mode in room (+o) for this to work

the script is very very simple. it is set in motion via the trigger !assist followed by message. for example !assist i am being harrassed.

what will happen now is the bot will onotice all ops that the nick requires help.

BUT,,,,,,, if you look carefully... you will see in this case there is a second channel that this relays too in normal chat version. with my rooms i like to have a second room set to mode +s of course (secret) for my team of ops to sit in where we can talk about room issues without being seen as it happens real time) the relay will post the help call in normal chat in this room. it is done that way as the ops room is usually non active talking bar op to op chat.

that way any help will be seen and not lost in all the clutter of channel chat.


as per usual.. replace #channel with your channel name

and replace #channel2 with the second channel the bot is to relay too.

another unique script which is tested and fully working on mIRC

edited and upgraded now to include a 60 second anti-flood on each user attempting to access the command. a user can only access the command once, after which he/she has to wait 60 secs before it resets so they can use it again.

Grab the Code

Comments

  (17)  RSS
mountaindew
Comments: 1,366
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 16, 2008 8:37 pm
Code:

  .onotice #channel $nick : $2-

You can join an identifier to something by using $+

So in this case, you can do "$nick $+ : $2-" to make it show up as "MountainDew: I need assistance"

:)
Cheiron
Comments: 119
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 16, 2008 8:42 pm
nodsnods.. you should see it work though heh.. it sure is different. many thanks for the help tonight/morning/insomnia hours mountaindew. appreciate it.
SnoooP
Comments: 349
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 16, 2008 8:47 pm
lol... most british ircers stay up late .... were all sad lol
Cheiron
Comments: 119
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 16, 2008 8:50 pm
right.. that is it for me for the night. i must get some shut eye. will upload some more photos of my new beast of a pc in the morrow in more detail. many thanks to the pair of you at this ungainly hour for us brits for your feedback and advice. i bid you all a good night :)
SnoooP
Comments: 349
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 16, 2008 8:51 pm
no probs and good night... closing the internet explorer now lmao
mentalglitch
Comments: 27
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 16, 2008 10:54 pm
lol! add flood protection i see chanops being flooded like mofos with this XD
Xpl0reR
Comments: 51
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 17, 2008 12:48 am
small, basic, but could be usefull for a help channel..

Keep up the good work :)
EL
Comments: 795
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 17, 2008 2:49 am
Indeed mentalglitch flood pros would have to be used in this case and even NOT using the onotice an simply mass noting all ops this way you can add a method of NONHELPING ops that can just tell the bot that they are not helping atm or are away/brb/afk etc this way they dont get the message and maybe have the commands in PM so they dont flood the room with commands etc.Interesting concept tho Cherion and can be made better if you wanted jsut a few suggestions.`-.-ยด
Cheiron
Comments: 119
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 17, 2008 10:01 am
i see your point there EL.. i assumed it would be for responsible users and not channels where there idiots. still easy fix with my anti flood though.

lemme edit this. this could be rather amusing this effort

Cheiron
Comments: 119
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 17, 2008 10:08 am
right.. edited now to include a 60 second stop timer on each user attempting to access the command more than once. after each !assist (message) the script will stop it being activated again by that user for 60 secs.. they can type !assist (message) to their hearts content but nothing will happen untill after the 60 secs has elapsed.
Cheiron
Comments: 119
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on May 17, 2008 5:14 pm
there you go EL.. nice lil script now for you to play with and rate or hate lol...
mentalglitch
Comments: 27
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on Jun 13, 2008 11:17 am
lol k that worx ;p gj sir!
Cheiron
Comments: 119
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on Jun 13, 2008 5:22 pm
ty mentalglitch. glad you liked it
Korvin
Comments: 241
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on Jun 13, 2008 6:33 pm
this is veeeery simple, and more of a first code sort of thing, im pretty sure most of us experienced scripters have made one of these, and deleted one of these xD.
Cheiron
Comments: 119
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on Jun 13, 2008 7:27 pm
most likely yes, korvin. i am still at a foundation level of scripting though so my scripts will be simple from you more experienced types' level of experience and understanding. still.. it gets the job done and more importantly... they all work. which is more than can be said for some script posters on this site posting incomplete or non working snippets. at least i have got that part rigth from word go lol..
mentalglitch
Comments: 27
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on Jun 13, 2008 10:21 pm
lol aye i don't actually code fer mIRC in fact i don't even like it XD i'm anti-windoze thus anti-mIRC h/e i do know how to fully script for this client. but i like to see people learning more about programming and script for mIRC is just as good a place to start as any so.. again gj Cheiron if ya ever have any questions i'll do my best help :P dun be afraid to ask mate! cheers
mentalglitch
Comments: 27
 
mIRC Snippet:  Help call to ops via bot relay.
Posted on Jun 13, 2008 10:25 pm
P.S. i use linux so yeah :P

Please Register or Login to start posting comments.
Bottom