mIRC Snippet:
Highlight Script by XperTeeZ
Posted on Nov 20, 2009 5:04 pm
Posted on Nov 20, 2009 5:04 pm
Great scripting :). The job has been done many times over but this is very exceptional :).
mIRC Snippet:
S.A. Inbox Messaging System v.2.1.0.0
Posted on Nov 20, 2009 5:01 pm
Posted on Nov 20, 2009 5:01 pm
no need for inis, you can use $lines to see if there are that many lines in the text file :)
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 5:01 pm
Posted on Nov 20, 2009 5:01 pm
Jethro_ To many typos to be like gooshie :| truned? trned?
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 5:00 pm
Posted on Nov 20, 2009 5:00 pm
You didnt type /loadx -.- & testor thank you for the $regex help, i was looking for answers to that and im semi-new to regex :)
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 4:53 pm
Posted on Nov 20, 2009 4:53 pm
Also, I don't get any further from
"Type "Commands" in this window for help."
"Type "Commands" in this window for help."
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 3:27 pm
Posted on Nov 20, 2009 3:27 pm
Just using one command to turn it on or off: /op
/me tries to act like gooshie. lol
| Code: |
| on !@*:JOIN:#:if (%op == on) .mode # +o $nick alias op { set -e %op $iif(!%op,on,$iif(%op != on,on,off)) $& | echo -a * $iif(%op == on,AutoOp has been trned on.,AutoOp has been truned off.) } |
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 2:51 pm
Posted on Nov 20, 2009 2:51 pm
• Why are some aliases local, and some not? You should just make them all local aliases.
• Instead of $Regex($Lower(String),Match) why not just do $Regex(String,/Match/i)? :o.
• Instead of $Regex($Lower(String),Match) why not just do $Regex(String,/Match/i)? :o.
mIRC Snippet:
Auto Translator
Posted on Nov 20, 2009 1:46 pm
Posted on Nov 20, 2009 1:46 pm
Thanks Xpl0reR :)
Thanks Jethro_ :) You kinda lost me on the menu point though. That won't enable the group.
It's kind of a mood point anyway, because I'm changing the script so you can turn it on and off in just the channels you want it in. I should have changed it already but it's been a tough work week. By tomorrow my mind will be clear and I will make several improvements on this and post them.
Thanks for the comments everyone.
Thanks Jethro_ :) You kinda lost me on the menu point though. That won't enable the group.
It's kind of a mood point anyway, because I'm changing the script so you can turn it on and off in just the channels you want it in. I should have changed it already but it's been a tough work week. By tomorrow my mind will be clear and I will make several improvements on this and post them.
Thanks for the comments everyone.
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 1:34 pm
Posted on Nov 20, 2009 1:34 pm
errm why add rediculous amounts of code, one you could use the server commands and two that code is way to excessive.
this would be better:
Simple usually = better oh and does not involve stupid %var changes.
this would be better:
| Code: |
alias opon { .set %op on } alias opoff { .unset %op } on *:JOIN:#:{ if (%op == on) { .mode # +o $nick } } |
Simple usually = better oh and does not involve stupid %var changes.
mIRC Snippet:
realname ban
Posted on Nov 20, 2009 1:29 pm
Posted on Nov 20, 2009 1:29 pm
Gee, gooshie, your gooshi-lization is unbeatable. lol
mIRC Snippet:
Auto Translator
Posted on Nov 20, 2009 1:22 pm
Posted on Nov 20, 2009 1:22 pm
FordLawnmower, about the on and off switch, why did you make it show twice? Isn't it better to just use:
Other than that, this script is superb, and I have elevated my rating to 10.
| Code: |
| menu Channel,Status { .$iif($group(#AutoTrans) == On,$style(1)) AutoTrans } |
mIRC Snippet:
realname ban
Posted on Nov 20, 2009 1:20 pm
Posted on Nov 20, 2009 1:20 pm
| Code: |
| alias rb hadd -m bchan $1 # | who $1 raw 352:*: { if $hget(bchan,$6) { mode $v1 +b $+(~r:,$replace($9-,$chr(32),_)) kick $v1 $6 banned hfree bchan } } |
mIRC Snippet:
Channel modes and change modes menu
Posted on Nov 20, 2009 1:08 pm
Posted on Nov 20, 2009 1:08 pm
1.i know but i have just got so use to doing it
2.all the op's message are different cus well i felt like making it not as dull
2.all the op's message are different cus well i felt like making it not as dull
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 12:16 pm
Posted on Nov 20, 2009 12:16 pm
Testor, I think you missed the point:
| Quote: |
| I made this for an #MircScripting room so i didnt have to worry about adding anyone |
mIRC Snippet:
Moderate Chatroom
Posted on Nov 20, 2009 12:13 pm
Posted on Nov 20, 2009 12:13 pm
Yes, Nep...I was gonna do that, but craig showed /mod and /unmod alias, and I thought it'd be best to keep it as original as possible.
mIRC Snippet:
realname ban
Posted on Nov 20, 2009 11:25 am
Posted on Nov 20, 2009 11:25 am
cessil, you put an 'on' in front of a raw event.
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 11:21 am
Posted on Nov 20, 2009 11:21 am
/Aop <Name/Address> ?
mIRC Snippet:
Moderate Chatroom
Posted on Nov 20, 2009 11:06 am
Posted on Nov 20, 2009 11:06 am
Ghost-writer, most of the best scripts on here are in fact aliases which make the life of an mIRC far easier.
Anyways, why not just combine these completely?
Anyways, why not just combine these completely?
| Code: |
| alias mod { mode $chan $iif(m isincs $chan(#).mode,-m,+m) } |






