BoT REACTIONS (!UPDATED)
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Nov 25, 2008 |
| Last Updated | Nov 27, 2008 |
| Tags | rules |
Introduction
mIRC Snippet:
BoT REACTIONS (!UPDATED)
Posted on Nov 25, 2008 10:45 am
Posted on Nov 25, 2008 10:45 am
pretty useless script to be honest... why not just do :*:#:{ and do if ($1 == !command) {
?
?
mIRC Snippet:
BoT REACTIONS (!UPDATED)
Posted on Nov 26, 2008 4:13 am
Posted on Nov 26, 2008 4:13 am
hmmm, hi dude... i told you that i don't know any scripting and i have just make it to notice someone or if he write that much long he will be kicked... so if u want just copy paste it or tell me where to do...
mIRC Snippet:
BoT REACTIONS (!UPDATED)
Posted on Nov 26, 2008 4:49 am
Posted on Nov 26, 2008 4:49 am
just as a helpful tip for amking it a bit cleaner as it currently stands there...
lose the / prefix on the /notice and make it .notice
that makes the command silent.
also.. the on text events could do with some editing. this is an example of what i mean.
you dont have too of course but they are just some easy thoughts for you
lose the / prefix on the /notice and make it .notice
that makes the command silent.
also.. the on text events could do with some editing. this is an example of what i mean.
| Code: |
| on *:TEXT:blonde*:#: { msg $chan $nick places a blonde wig on their head and watches them stare at the orange juice carton because it said concentrate :) } |
you dont have too of course but they are just some easy thoughts for you
mIRC Snippet:
BoT REACTIONS (!UPDATED)
Posted on Nov 26, 2008 4:21 pm
Posted on Nov 26, 2008 4:21 pm
still missed alot out there of your notice events. you have some still as /notice where others are notice
the correct one should be all as
also you might want to think about the other clients out there. some cannot receive the notice event.
the correct one should be all as
| Code: |
| .notice |
also you might want to think about the other clients out there. some cannot receive the notice event.
mIRC Snippet:
BoT REACTIONS (!UPDATED)
Posted on Nov 27, 2008 9:34 am
Posted on Nov 27, 2008 9:34 am
thnx... Cheiron, i have updated it and i think notice is the best way to do this, so i left it like b4, now the snippet is fully updated
mIRC Snippet:
BoT REACTIONS (!UPDATED)
Posted on Nov 27, 2008 9:57 am
Posted on Nov 27, 2008 9:57 am
| Quote: | ||
|
To perform an action, change msg $chan to describe $chan.









