Comments

 (680) 
  1. Everything
  2. Snippets
  3. Images
  4. Hardware
sunslayer commented on mIRC Snippet: $chr Talk Script  -  Apr 02, 2010
instead of using a global variable you should use a local i.e. use /var instead of /set which removes the need to unset all the varibles at the end
also you can use $regsubex to make this significantly smaller/faster

Code

 
sunslayer commented on mIRC Snippet: YouTube Now Playing  -  Apr 02, 2010
@henbone11 this site only looks at the url, not the source and this works fine for me(on firefox anyways)
sunslayer commented on mIRC Snippet: Youtube Download Link Generator  -  Mar 31, 2010

Quote

/YTDL ValidYoutubeVideoLinkHere
sunslayer commented on mIRC Snippet: YouTube Now Playing  -  Mar 29, 2010
you can also simplify your regex into one statement with

Code

 
sunslayer commented on mIRC Snippet: -::Simple Bot Commands::-  -  Mar 27, 2010
@slub77 $2- is the quit msg, if you use $2 it will only be one word
%chan should be $chan, also you can use the $nick identifier to see if $nick is op i.e. $nick(#,$nick,o)
sunslayer commented on mIRC Snippet: Youtube Search **UPDATED**  -  Mar 27, 2010
@Tatonka use @yt and it will msg the chan
sunslayer commented on mIRC Snippet: Spanish Conversion Alias  -  Mar 25, 2010
change $3 to $2 and $4 to $3, get rid of the am verb and do verb and it should be fine, you should also check to make sure that it is an -ar verb too
sunslayer commented on mIRC Snippet: Spanish Conversion Alias  -  Mar 25, 2010
i dont see how this is converting anything?

Quote

/sc Bailar Dance Bail
this snippet requires a $4 and your translation is incorrect the yo form only means i verb not i am verb or i do verb
u need to include estar/hacer
i.e. estoy bailando and hago bailar

as do the rest of the forms and this only includes -ar verbs ir/er have different suffixes
sunslayer commented on mIRC Snippet: Dialog Color Script  -  Mar 24, 2010
you obviously have a describe alias then, otherwise you wouldn't be getting an error

Code

 
and this will work for EVERYONE not just ppl that probably have the same scripts loaded that other ppl may not. tyvm.
sunslayer commented on mIRC Snippet: Dialog Color Script  -  Mar 23, 2010
that would be /describe not $describe tyvm.
sunslayer commented on mIRC Snippet: Dialog Color Script  -  Mar 23, 2010
even if his code didn't work my comment still told you exactly what was wrong

Code

 
*1* in the beginning is redundant since * matches anyone and 1 will only match 1 and you didn't include an alias for $describe unless you mean /describe
sunslayer commented on mIRC Snippet: Venom pm/notice blocker  -  Mar 23, 2010
@Gummo the problem isn't with /set its when you try to retrieve whats stored i.e. %var $+ $me as opposed to %var [ $+ [ $me ] ]

@Jethro_

Quote

I was also busting your chops and joking with you
defining an idiom with an idiom are we? lol
sunslayer commented on mIRC Snippet: Dialog Color Script  -  Mar 23, 2010
you deleted the comments but didn't update the code?
sunslayer commented on mIRC Snippet: Venom pm/notice blocker  -  Mar 23, 2010
he means lazy.
sunslayer commented on mIRC Snippet: Hawkee.com snippet searcher and "ripper"  -  Mar 22, 2010
updated, works again, lol
sunslayer commented on mIRC Snippet: Hawkee Socket  -  Mar 22, 2010
@slub77 change

Code

 
to

Code

 
sunslayer commented on mIRC Snippet: Start up connect script  -  Mar 20, 2010
configurable settings would be something to look into, i.e. adding/removing servers or changing your pass/aj chans without having to edit the code
sunslayer commented on mIRC Snippet: Dialog Color Script  -  Mar 20, 2010
why use scid?
sunslayer commented on mIRC Snippet: Venom pm/notice blocker  -  Mar 20, 2010
WorldDMT is back.
RUUUUUUUUUNNNNNNNNNNNNNN
sunslayer commented on mIRC Snippet: Venom pm/notice blocker  -  Mar 19, 2010
ctrl+f+fark=win
sunslayer commented on mIRC Snippet: Auto-Voice Dialog  -  Mar 14, 2010

Code

 
sunslayer commented on C++ Snippet: First c++, calculator  -  Mar 10, 2010
using any system() command in general is a bad habit, for one it is OS bound, meaning that not all OS' support it and if u try to compile it on one without it u will get an error, its also a security risk because if someone hacked your computer and changed pause.exe to something malicious you could harm your computer.

using cin.get() is not exactly like system("pause"), but it can be used to accomplish all the same tasks

also in your code, u have 'a' being a global variable but its only used in main()
sunslayer commented on Javascript Snippet: Insult generator  -  Mar 09, 2010
people tend not to comment on non-msl snippets sadly...
sunslayer commented on mIRC Snippet: Lag  -  Mar 08, 2010
use msg # instead of say when creating a snippet
sunslayer commented on Status: sunslayer  -  Mar 08, 2010
@Banana-Jamma

Quote

I know it has evolved to mean someone experiencing something new.
i dont think thats what he meant by it...
sunslayer commented on Status: sunslayer  -  Mar 08, 2010
@Korvin

Quote

Hey I dont know you but. "HEY HEY HEY PUT A DAMN BRA ON." Got people Oogely your goodies and such. Tsk Tsk Tsk.
i like his man boobs.
sunslayer commented on C++ Snippet: First c++, calculator  -  Mar 08, 2010
instead of using system("pause") cin.get() is better
sunslayer commented on C++ Snippet: First c++, calculator  -  Mar 07, 2010
www.cplusplus.com is a good tutorial site and Microsoft has a large tutorial that u can download from their site i cba to find the link atm tho
sunslayer commented on C++ Snippet: First c++, calculator  -  Mar 07, 2010
this should have been posted in the C++ forums

Code

 
is unneeded as you do not use them at all and i don't think your using the cmd prompt, also

Code

 
var is an invalid data type and x and string should be reversed i.e., string x. however since your only using it to store +-*/ using char would be more efficient.

instead of using a loop you can use do... while, and in your switch statement you need to add a break after each statement or it will continue until the end or it reaches a break

Code

 
sunslayer commented on Javascript Snippet: Nested jquery dropdown list  -  Mar 07, 2010
looks cool
  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. 14
  14. 15
  15. 16
  16. 17
  17. 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.