XCept Easy Mode v1.1
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.0 |
| Scores Submitted | 2 |
| Date Added | Mar 30, 2007 |
| Last Updated | Apr 04, 2007 |
| Tags | mode xcept |
|
|
Introduction
If you need any help on mode settings, use /help /mode
This script works almost exactly like /mode, excluding you don't need the command itself, as well as the channel name. Just the modes and parameters
Say I wanted to set +m on my active channel.
I type, in said active channel
| Quote: |
| <@Bebop> +m * Bebop sets mode: +m |
That would be the result.
It can also set more than one mode at a time as well.
Say I wanted to +v myself, +h myself, and -o myself
I could type +vh-o Bebop Bebop Bebop
| Quote: |
| <@Bebop> +vh-o Bebop Bebop Bebop * Bebop sets mode: +vh-o Bebop Bebop Bebop |
That would happen.
** Note: This script is by default set to "Off" when loaded, so by right clicking in the channel and clicking on Easy Mode if a Check-mark isn't beside it, will turn it on. It should also echo into your active window if it is On or Off. The On/Off is reset when you unload it/exit mIRC. This does NOT work, if you are in the middle of pasting, or holding down the Ctrl button. This script will not work unless you are an op/halfop, and, still some of these modes won't work for you. /helpop ?chmodes for a full list of channel modes and their uses.
Update v1.1
Added in a /haltdef into the on INPUT, so that it would look like this:
| Quote: |
| [07:24:11] * [McK]Swords sets mode: +m [07:24:11] <~[McK]Swords> +m |
** Loading: Paste into remotes a new remotes section (alt + r ---> File ---> New)
mIRC Snippet:
XCept Easy Mode v1.1
Posted on Apr 1, 2007 6:04 pm
Posted on Apr 1, 2007 6:04 pm
ehh its ok but its easyer to use somthing like this
on *:input:*: {
if ($$1 === .M) { /mode # $2 $3 }
}
$2 represents the mode like +Q -Q and so on
$3 represents a nick like .M +e Darkkeeper
on *:input:*: {
if ($$1 === .M) { /mode # $2 $3 }
}
$2 represents the mode like +Q -Q and so on
$3 represents a nick like .M +e Darkkeeper
mIRC Snippet:
XCept Easy Mode v1.1
Posted on Apr 1, 2007 6:05 pm
Posted on Apr 1, 2007 6:05 pm
XD scratch that, XD yours rocks XD didnt notice the multi mode thing XD
mIRC Snippet:
XCept Easy Mode v1.1
Posted on Apr 1, 2007 9:41 pm
Posted on Apr 1, 2007 9:41 pm
Meh it's okay. The whole point of this was to stop scripts that went:
And etc.
=]
| Code: |
| If ($1 = +m) { mode $chan +m } If ($1 = -m) { mode $chan -m } If ($1 = +o) { mode $chan +o $2- } |
And etc.
=]
mIRC Snippet:
XCept Easy Mode v1.1
Posted on Apr 3, 2007 7:14 pm
Posted on Apr 3, 2007 7:14 pm
(@Kevin|Zelda) +i
(@Kevin|Zelda) -i
Nothing happened ;\?
(@Kevin|Zelda) -i
Nothing happened ;\?
mIRC Snippet:
XCept Easy Mode v1.1
Posted on Apr 4, 2007 11:45 am
Posted on Apr 4, 2007 11:45 am
| Code: |
| menu channel { $iif(%xc.mode = on,$style(1)) Easy Mode:/chg } |
You're got to right click in the channel and turn it on o_o Because by default, it's off when you load it.
mIRC Snippet:
XCept Easy Mode v1.1
Posted on Apr 6, 2007 7:22 pm
Posted on Apr 6, 2007 7:22 pm
XD i love it, it rocks, its easyer to do bigger commands like +ime (nick) and stuff like that lol. Dude all your scripts rock XD, i love you acro script lol







