SilentExile

SilentExile

Joined
Sep 15, 2007

Activity Stream

SilentExile commented on a Page, media player  -  Sep 21, 2007

The thing I like about this snippet is that it doesn\'t require a dialog to function. It\'s simple to control and manipulate. I would add a little more functionality to this snippet. Perhaps an an add
file/remove file option and a previous & next function? Maybe more info on the disp. message? Nice job for your first time with hash tables.

 Respond  
SilentExile commented on a Page, Sentence ender/capitalization  -  Sep 20, 2007

Not a bad little snippet here. If I had the ability to: 4.5/10.

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 20, 2007

er.. thanks. =) I am truly sorry that I don\'t have an answer to your problem.

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 20, 2007

That looks like the old version of this snippet. Have you tried the new one? I have no clue why that happens without the size option.

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 20, 2007

I honestly haven\'t a clue on why your mIRC reicieves that problem. Everything worked fine for me and so far I haven\'t recieved any issues.

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 20, 2007

noMen, that shouldn\'t affect the combo at all. If I had a size after the x y w h parameters then that would come into effect. Without the forced size effect, it automatically readjusts itself. As xDaeMoN has stated, this was tested in 6.21 so that could be the problem.

 Respond  
SilentExile commented on a Page, op voice commands  -  Sep 19, 2007

anyone can op/voice another person, you should include an if ($nick = %owner) and have a variable set to %owner so that only you can use the commands. what is %c for? if it has no use in this snippet you should remove it ;)

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 19, 2007

updates

added the option to add an ini file and remove an ini file
added the option to add a topic
edited dialog size

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 19, 2007

xDaeMoN, you should be able to edit things. when you dclick the item it displays it in the editbox, allowing you to edit it all you want. as long as you have something in the editbox it will be fine. However, if there is no text in the editbox then nothing will happen. On the contrary, I am adding options to remove and create new ini files so that is on the way. =)

noMen, I have no clue why you are receiving that error. Due to it working for everyone else, I would have to say everything is in check. What would you like to see in a future update?

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 18, 2007

Ugh I am sorry, I meant mountaindew.

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 18, 2007

Dude the popup menu was added after the comment moundtaindew made. The bottom line of the code was the alias. I made on mistake with the bracket and didn\'t realize that because I didn\'t feel like opening up my mIRC when I could have easily written the code as I submitted it.

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 18, 2007

This has been tested with and without other scripts on my mIRC and a new one. Everything worked as expected with no errors. Everyone else seemed to have no errors so I assume it is just you with the problem. I remove the return %c and added the extra bracket. Thank you noMen for pointing that out.

 Respond  
SilentExile commented on a Page, INI editor  -  Sep 17, 2007

Thanks mountaindew for your feedback. I made it optional to access the dialog through the menubar.

 Respond  
SilentExile commented on a Page, $premode  -  Sep 17, 2007

I really don\'t mind. As long as you give me credit for my work, it\'s fine.

 Respond  
SilentExile created a Page  -  Sep 17, 2007
1 726 

A dialog that allows you to completely handle ini files. You have the option to; create and remove ini files, add topics, add and remove items, and edit item data. Any comments, suggestions, or feedback is extremely appreciated.

SilentExile commented on a Page, RGB viewer  -  Sep 16, 2007

This is pretty cool. Although your box title interferes with the scroll bar. You might want to readjust that a bit. ;)

 Respond  
SilentExile commented on a Page, $premode  -  Sep 16, 2007

Well, I could do that. Through my eyes, they both work the same way and it wouldn\'t really make a difference so I\'ll keep it for now. ;)

 Respond  
SilentExile created a Page  -  Sep 16, 2007
128 

$premode returns the value of a users mode in a channel. (~,&,@,%,+) It can return both your mode and another user's. The format you have to use is $premode(pnick).me/nick

SilentExile commented on a Page, Calculator Dialog ( Basic & Advanced Modes)  -  Sep 16, 2007

Excellent snippet. The only thing I see wrong with it is the use of /\'s before commands.

 Respond  
SilentExile commented on a Page, ..:: Freeze mp3 ::..  -  Sep 16, 2007

Eh, it\'s okay. You could add so many more options to this. I would add some more options to the spammsg, and include some method of configuration. One thing that is a bit of a hassle is the use of $sfile and searching for a directory. Why not make a list in the dialog so that you only have to configure everything at one time?
It would be even better if you could add end options such as repeat, shuffle, or even something that goes down the list of songs. A lot of people like to have the ability to be able to not have to constantly click play and select a song. I know this probably takes the originality from the snippet but it would be a lot easier to use .

 Respond  
SilentExile commented on a Page, Swear kicker  -  Sep 16, 2007

Coding is fairly simple, and there are a couple things that can be improved on. Try making the $nick a $wildsite. What if the nick changed nicks? He could evade your kicker. Make the $strip($1-) an $istok so that it doesn\'t retrieve the word from another word that has been combined. And you do not need the %y variable. That could be simply a while (%variable <= %x)

What about if you exit? Everything would still be saved. Add an on :exit event to unset the variables. ( unset %swear.num. )

 Respond  
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.