gooshie commented on mIRC Snippet: Gage's Bot Script  -  Oct 13, 2010
DevAkim

Quote

Another note, if you use this snippet on chat.frostwire.com or outkast.ignorelist.com be sure to change the triggers, so there's no interference with my bot.

User levels would prevent this from happening.
gooshie commented on mIRC Snippet: Bot variables manager  -  Oct 07, 2010

Code

 
gooshie commented on mIRC Snippet: HumbleXrec 2010  -  Oct 07, 2010
As posted above the percentage alias does not work.
I could see problems and obvious ways to shorten it before I ever copy and tested it. As a matter of fact, I never tested the whole snippet. I read it, copied and tested what I saw to fix and improve, and posted back my suggestions. There may still be other issues other that what I saw quickly and replied to. The first post I didn't put the {brackets} because I never bothered to test that simple line. The percentage alias was the only part I actually copy and tested and edited inside the mIRC editor, this is probably a common approach for the dozen or so members that read new postings.
Simple as that. No haha, no lol.


if ($2 == 366) { if (%kabus) && (!%kick) .KickerJef $sock(*,%sockjef) }
if ($2 == 482) { if (!%kick) { %kick = 1 } }

could be simplified as:

if $2 == 366 && %kabus && !%kick { .KickerJef $sock(*,%sockjef) }
if $2 == 482 && !%kick { %kick = 1 }
gooshie commented on mIRC Snippet: HumbleXrec 2010  -  Oct 07, 2010
Added the brackets works now.
Your percentage alias does not work.
gooshie commented on mIRC Snippet: HumbleXrec 2010  -  Oct 06, 2010
alias randomnick { return $iif($r(0,1),DDcBot,DScomputer) $+ $r(1,9999) }
alias jefcode { return $iif($r(0,1),Jeff,Erah) $+ $r(1,9999) }


This is inside the group: if ($group(#Xrecjef) == on)
Thus no need to check if group is on

Code

 
gooshie commented on Shell Snippet: Linux CLI Shell Login  -  Oct 01, 2010
gooshie commented on Image: Linux Shells  -  Oct 01, 2010
gooshie commented on Image: Tickle to bash on mirc  -  Oct 01, 2010
Tickle to bash on mirc
gooshie commented on mIRC Snippet: Just another bomb script  -  Oct 01, 2010
jaytea
i agree
gooshie commented on Shell Snippet: Linux CLI Shell Login  -  Oct 01, 2010
Linux CLI Shell Login script that displays various system and user statistics after sign-in validation. Additionally a call to a thin RSS webpage gives basic two day weather info within the same data stream. This weather can be set to display the weather at the server location as default with option for individual users setting a dot file in $HOME to provide their own personal weather forcast. Also, this user configurable dot file can store several variables to toggle off a few info lines for a more compact view.
NOTE: Requires installation of curl
gooshie commented on Image: Linux Shells  -  Sep 30, 2010
Linux Shells into itself on fedora, into a local ubuntu server, and onto a remote shell into a debian system over the internet.
gooshie commented on mIRC Snippet: Just another bomb script  -  Sep 30, 2010
oic... another one of those non-standard undocumented save a keystroke things..
gooshie commented on mIRC Snippet: Just another bomb script  -  Sep 29, 2010
WorldDMT
Yes, very good with the $6. Wish I had thunk of it.
Btw, you still need $($+($,%bomb.color),2) and you
still have blue messpalled above.
gooshie commented on mIRC Snippet: Just another bomb script  -  Sep 28, 2010
WorldDMT
Btw, should have been $($+($,%bomb.color),2) but still wont work
because after tokenize $1 will always == red
Would need a local variable to make it work.

Code

 
gooshie commented on mIRC Snippet: Just another bomb script  -  Sep 27, 2010

Code

 
gooshie commented on mIRC Snippet: Prefix Script  -  Sep 26, 2010
You could
[Alt]+o => IRC => Show mode prefix
And [ALT]+b => Nick Colors => (add $me)
to get simular results.

Code

 


Another method assuming you still want the prefix
colored different than your nickname is:

Code

 

gooshie commented on mIRC Snippet: Just another bomb script  -  Sep 26, 2010
The funny thing about the original code is that if you said anything other than one of the five colors then it would turn off the bomb timer. I guess it's like in 'War Games', the only winning move is not to play.
gooshie commented on mIRC Snippet: Just another bomb script  -  Sep 26, 2010
Good job Napa.
I'm just gonna restate that as the total script and make use of .timer -e
and eliminate one of the set variables. Also, need ops to use kick command.

Code

 
gooshie commented on mIRC Snippet: Bot Snippet  -  Sep 24, 2010
Because the event is * $ulevel will return user level 1 no matter what the user level of $nick. The help file is vague on $ulevel. You must use $level($fulladdress). Also I would not tokenize until after the level match. Also maybe require two words to trigger.

Code

 
gooshie commented on Image: There's no place like 127.0.0.1!  -  Sep 17, 2010
SnoooP & irchainscriptz
Correct, that is the 3rd laptop in my homemade 'server shelf'.
I had the wires together before but I had to make some changes.
I may get some of those velcro tie wraps soon.

Jethro
Yes, I'm much happier with this set-up.

Hawkee
That's not dust it's ghost turds. d;-)
gooshie commented on Image: gooshie's computer  -  Sep 17, 2010
Jethro (and anyone else who is interested)
As promised, I posted a new image of my current set-up.
gooshie commented on mIRC Snippet: $caps Identifier  -  Sep 11, 2010
The nice thing about registering mIRC is getting rid of the nag screen so you can launch and connect automagically at boot.
gooshie commented on mIRC Snippet: $caps Identifier  -  Sep 10, 2010
KyleJack-Daniels

mIRC used to (maybe still does) if it is unregistered reset the mirc.ini file some time after the 30 day trial period had ended. It did not delete scripts but it would appear as if it did since they would be unloaded after the reset. Also, after the reset all color settings would return to default settings. Maybe this is what you have experienced.

gooshie
gooshie commented on mIRC Snippet: PM(query) Blocker  -  Sep 10, 2010
If you use the ^ then you can HALT the window BEFORE it opens instead of having it pop open and then close.

Code

 


Also, For the switch you could have it appear as one entry which becomes more useful as your menu list gets longer.

Code

 


There is no real need to set the variable to On/Off instead just inc it for a true and unset it to create a false. Then the above code could be:

Code

 


gooshie commented on mIRC Snippet: $caps Identifier  -  Sep 10, 2010
KyleJack-Daniels

You may not really need this script. It is best used with custom pop-ups and response type events when you need to make sure the first word is capitalized for instance if you begin a sentence with a nickname (some people don't capitalize their nick).
There may be other occasional uses.

usage: $caps(string of text or $nick or $1 etc)
Example: Friend Pop-up:say $caps($1) is my friend!
(This would insure that any nick you selected would appear capitalized
regardless if that persons nick began with a capital letter.)

To easily add the alias to your alias section you can simply
enter in mIRC editbox => /alias caps return $regsubex($1-,/^(.)/S,$upper(\t))

To test you could
enter in editbox => //echo $caps(test first letter of first word is capitalized.)

In actual practice it would not be necessary to send the whole line to $caps just whatever word needed to be capitalized. Also, there would be no reason to use it for 'static' words as you could simply type those in with the caps already in place.

gooshie
gooshie commented on mIRC Snippet: $caps Identifier  -  Sep 01, 2010
KyleLack-Daniels

On these small, stand alone aliases it's best to NOT use the alias word
and add it into the alias section of your mirc client. Typically we tend
to post it with the alias word simply to make it obvious to the most
casual observer that it is in fact an alias. On more elaborate scripts
with on events that require a few aliases just for its use, by preceeding
the alias with the word alias it can be kept with its parents/dependents
in one script file and loaded into the remote section of the script editor
for easier reading, modifications, and troubleshooting.

Please consult your mirc help files under alias section and after that if
you still have questions feel free to return here for more help.

gooshie
gooshie commented on mIRC Snippet: !topic in two lines  -  Aug 20, 2010
The @ replaces the test for if you have ops.
No need to test if $nick is in channel because
he triggered the script in channel. No need to
check if $nick isop # if anyone can change topic.
Your dynamic %topic variable needs work.
Does not really change the channel topic just sorta
parrots what someone else just posted to channel
as an action.

Code

 
gooshie commented on mIRC Snippet: Greet Script  -  Aug 17, 2010
For the benefit of mitch21236
In the original script, extra brackets, $chan and use of set variable.

Code

 
gooshie commented on mIRC Snippet: Ignore AMSG  -  Aug 09, 2010
Global/set variables being set and unset for every channel message is a bad idea. Too many disk writes, really bad news on an SSD. This would be better done using hash.
gooshie commented on Status: gooshie  -  Aug 05, 2010
@loves.enough I sent you the script with brackets fixed.
Look up at top for your inbox.
You can private message me through here (top right in user info under contacts). Your best bet for help is in forums under script request.
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. 7
  9. 8
  10. 9
  11. 10
  12. 11
  13. 12
  14. 13
  15. Next
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.