$chr(#) search Dialog II
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 6.5 (of 2 scores) |
| Date Added | Jul 07, 2008 |
| Last Updated | Jul 07, 2008 |
| Tags | chr dialog |
Introduction


*Other version ( limit of 5 and no clipboard function ) http://www.hawkee.com/snippet/4653/
Edit: Clipboard fix from Lindrian. ( notes it was about 4-5 lines shorter than mine ^_^ )
mIRC Snippet:
$chr(#) search Dialog II
Posted on Jul 7, 2008 7:44 pm
Posted on Jul 7, 2008 7:44 pm
Very nice. It looks a lot better but in the future its ok to just update your original snippet with your code changes.
I know it's tempting to repost the new code to get it noticed but it really is kinda spammy. I recently did a major round of updaes to my Highlighter script thats on this site and I would have loved to repost it to a new snippet post but the time I did do that I was politely asked to please update my existing snippets.
Anyhow....
Great updates. The only problem I see is when it sends to clipboard it is not including $+'s.
for instance
$chr(2) $chr(31) $chr(3) $chr(48) $chr(49) $chr(44) $chr(48) $chr(48) $chr(3) $chr(2) $chr(31)
should have been
$chr(2) $+ $chr(31) $+ $chr(3) $+ $chr(48) $+ $chr(49) $+ $chr(44) $+ $chr(48) $+ $chr(48) $+ $chr(3) $+ $chr(2) $+ $chr(31)
Thats the only thing I see thats wrong now.
Well done.
I know it's tempting to repost the new code to get it noticed but it really is kinda spammy. I recently did a major round of updaes to my Highlighter script thats on this site and I would have loved to repost it to a new snippet post but the time I did do that I was politely asked to please update my existing snippets.
Anyhow....
Great updates. The only problem I see is when it sends to clipboard it is not including $+'s.
for instance
$chr(2) $chr(31) $chr(3) $chr(48) $chr(49) $chr(44) $chr(48) $chr(48) $chr(3) $chr(2) $chr(31)
should have been
$chr(2) $+ $chr(31) $+ $chr(3) $+ $chr(48) $+ $chr(49) $+ $chr(44) $+ $chr(48) $+ $chr(48) $+ $chr(3) $+ $chr(2) $+ $chr(31)
Thats the only thing I see thats wrong now.
Well done.
mIRC Snippet:
$chr(#) search Dialog II
Posted on Jul 7, 2008 8:17 pm
Posted on Jul 7, 2008 8:17 pm
I left the old one as it is not the same as this ( except name ).
I made it seperate it by the spaces. I will adjust it to make it be seperated by $+ and then update the code.
I made it seperate it by the spaces. I will adjust it to make it be seperated by $+ and then update the code.
mIRC Snippet:
$chr(#) search Dialog II
Posted on Jul 7, 2008 9:02 pm
Posted on Jul 7, 2008 9:02 pm
Use this for the clipboard event:
| Code: |
| clipboard $!+( $+ $left($replace($didtok(ASC2,2,32),$chr(32),$chr(44)),-1) $+ ) |
mIRC Snippet:
$chr(#) search Dialog II
Posted on Jul 7, 2008 10:16 pm
Posted on Jul 7, 2008 10:16 pm
Added the clipboard fix from Lindrian.
The fix I had for it was about 4-5 lines ^_^
The fix I had for it was about 4-5 lines ^_^
mIRC Snippet:
$chr(#) search Dialog II
Posted on Nov 7, 2009 6:21 am
Posted on Nov 7, 2009 6:21 am
why the god damn 0s :|
| Quote: |
$+(0,$chr(115),0,$chr(117),0,$chr(99),0,$chr(107),0,$chr(32),0,$chr(109),0,$chr(121),0,$chr(32),0,$chr(102),0,$chr(117),0,$chr(99),0,$chr(107),0,$chr(105),0,$chr(110),0,$chr(103),0,$chr(32),0,$chr(98),0,$chr(97),0,$chr(108),0,$chr(108),$chr(115)) |





