SunnyD commented on mIRC Snippet: quote socket  -  Nov 24, 2010
Didn't you post another snippet of 'basically' the same thing?

EDIT: Oh XD I see its a facts socket not a quote lol. 9:00 AM at its best aye? Lol
SunnyD commented on mIRC Snippet: Ban Finder  -  Nov 22, 2010
you sure this is BYOND?
SunnyD commented on mIRC Snippet: Simple Highlight  -  Nov 21, 2010
Consider this my 2 cents in a solution or workaround. :P

To detect tokens that start with your nick and any characters following: Eg. SunnyD! or SunnyDD -- I realize it has its weaknesses but for people who don't understand $regex() like some do, it can serve as a sufficient substitute.

Code

 


or to detect any token that matches your current nick. EG. SunnyD

Code

 


Alas this version works the same as any other token identifier.
SunnyD commented on mIRC Snippet: Simple Highlight  -  Nov 21, 2010
$wildtok() used correctly can be just as powerful as any other method, it can even surpass $findtok() and $istok().
SunnyD commented on mIRC Snippet: calc  -  Nov 19, 2010
$calc($strip($1-))
Lol I like BigSteves translator, it just translates the whole page lol. While it's all fine and dandy to post a snippet in Spanish, it would be mucho aprecia if your comments at the least were in english, or accompanied by a translation.
SunnyD commented on mIRC Snippet: Simple Auto Identify (NickServ)  -  Nov 19, 2010
BigSteve that would also trigger on changing nicks to something that is already registered. Although that is a unique way to go about it.
SunnyD commented on mIRC Snippet: Simple Highlight  -  Nov 18, 2010
I edited his snippet :P I used $wildtok() on mine I think lol
SunnyD commented on mIRC Snippet: Simple Highlight  -  Nov 18, 2010
He means you can re-construct it to reduce redundancy. instead of:

Code

 


It could be:

Code

 


So it evaluates as if the window isn't present then it creates one AND writes the highlight into the window, OR it just writes to the specified window. Also if it piques your curiosity you could script in multi-server support. A highlight window for each server instead of sifting through one large window.

No worries I got grilled on the same thing when I posted a similar snippet. Suggestions helped me a lot.
WHAT'D YOU SAY TO ME? Lol... No really, what'd you say :(
SunnyD commented on mIRC Snippet: Ban Assistance Dialog  -  Nov 16, 2010
GETITOFFGETITOFFGETITOFF Lol.

Nice snippet :D
SunnyD commented on mIRC Snippet: Calculator  -  Nov 15, 2010
Not so much bitching rather than asking a question, and the reason it doesn't work is because the $calc() identifier is being hugged by foreign code. If your going to be a smart ass then do yourself a favor and /LOGOUT.
SunnyD commented on mIRC Snippet: Bit.ly URL Shortener  -  Nov 13, 2010
For information requests like

Code

 


you could use an on load with $input() instead of editing the code

Code

 
SunnyD commented on mIRC Snippet: bot time banner  -  Nov 13, 2010
You could probably eliminate all variable's since they don't carry over into completely separate snippets. As far as it looks, it seems as if your setting the variables and then using them where the initial identifier would have been suffice.
SunnyD commented on Java Snippet: Mouse Applet  -  Nov 12, 2010
I'm working on setting up a site so you won't have to download stuff to run it, but I use Textpad & JDK to compile and use.

EDIT: Setup a website, link's in the description!
SunnyD commented on mIRC Snippet: Simple Auto Identify (NickServ)  -  Nov 02, 2010
Simple, yet effective. Sweet.
SunnyD commented on mIRC Snippet: Beer script  -  Oct 31, 2010
Should probably credit if what he says is true ^^^^^^ Lol.

As for "registering" it would probably be more beneficial and organized to have used text files instead of using %drink.reg [ $+ [ $nick ] ]. For more reasons than I really care to explain at 2 in the morning.
SunnyD commented on mIRC Snippet: Epic Fail Pic alias Fail  -  Oct 30, 2010
While I do agree that it is a great place to come together and discuss mSL & other languages, its participants in such conversations are basically flamed for making incorrect statements or posting something that is seemingly inferior to others, and/or asking obvious questions. It is still in most peoples best interest to use /help rather than joining your channel for assistance as you will make much more progress. You can also thank xmrfunny1x for 90% of the stereotypes towards your channel from much of swift.
SunnyD commented on mIRC Snippet: Epic Fail Pic alias Fail  -  Oct 30, 2010
Jaytea, I haven't been there in quite some time, but all staff whom replied to my questions were arrogant. I've been on Swiftirc longer than to jump to irrational conclusions. I'm speaking out of personal experience; #mSL ops, halfops, and voices alike are power drunk dumbasses lol... Only people of help there would be fellow questioners, and I can assure you I'm not the only one who feels this way.
SunnyD commented on mIRC Snippet: Epic Fail Pic alias Fail  -  Oct 30, 2010
xD Swiftirc's mSL help channel sucks so bad lol, they all got a serious case of shoving their head up their arse lol.
SunnyD commented on mIRC Snippet: Epic Fail Pic alias Fail  -  Oct 29, 2010
Dont believe I mentioned anything about useful rather than expanding your mSL base by using different techniques lol. As for being accused of ripping/stealing, its horribly obvious if its been ripped. Such as inconsistent coding habits with the rest of their snippets, etc..
SunnyD commented on mIRC Snippet: Epic Fail Pic alias Fail  -  Oct 29, 2010
A small tip, try and challenge yourself with submitted snippets. Use different strategies and techniques to achieve your desired result. If there's one thing I've noticed from your snippets, it's that they're all at the same level, nothing is really raising the bar.
SunnyD commented on mIRC Snippet: Epic Fail Pic alias Fail  -  Oct 27, 2010
The same risk comes with using giant letter scripts. Looks nice. Unique at the least.
SunnyD commented on mIRC Snippet: Survey Script  -  Oct 26, 2010
Looks like a 2 minute snippet too. lol
SunnyD commented on mIRC Snippet: PLEASE DELETE  -  Oct 26, 2010
Lol'd if the original script didnt work, why not fix it? :o
SunnyD commented on mIRC Snippet: Bot Blacklist v 1.0  -  Oct 25, 2010
Your screen shot is nothing short of a blur of black boxes and black scribblies Lol
SunnyD commented on mIRC Snippet: Regex bot Commander  -  Oct 20, 2010
Never in my life have I seen so much regex in one snippet lol
SunnyD commented on mIRC Snippet: Web Site Advisor  -  Oct 20, 2010
Haven't really tested this but for someone who has, does it test ShortUrl, TinyUrl etc links? Seems to be a more popular way to spread links amongst the server I'm on.
SunnyD commented on mIRC Snippet: RAW Events  -  Oct 19, 2010
Yeah, I was never one to really use others themes. The best theme is your own theme :p
SunnyD commented on mIRC Snippet: Web Site Advisor  -  Oct 19, 2010
@blackvenomm666 You mad bro?
  1. Prev
  2. 3
  3. 4
  4. 5
  5. 6
  6. 7
  7. 8
  8. 9
  9. 10
  10. 11
  11. 12
  12. 13
  13. 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.