mIRC Snippet:
TinyUrl Previewer\Checker
Posted on Apr 15, 2009 7:58 pm
Posted on Apr 15, 2009 7:58 pm
If somebody spammed a TinyUrl and this were on TEXT, your computer might lag a bit.
However, an on HOTLINK does make more sense... I might make it later.
However, an on HOTLINK does make more sense... I might make it later.
mIRC Snippet:
CTCP Reply Message Faker
Posted on Mar 13, 2009 12:08 am
Posted on Mar 13, 2009 12:08 am
Aucun50, yes you can. /silence +<nick>.
@Kirby
This was an educational script. /ctcpreply doesn't show you the stuff behind a CTCP.
@Kirby
This was an educational script. /ctcpreply doesn't show you the stuff behind a CTCP.
mIRC Snippet:
Math Identifiers
Posted on Feb 28, 2009 11:11 pm
Posted on Feb 28, 2009 11:11 pm
Thanks. Are there any more that you guys would like to suggest?
mIRC Snippet:
Query Manager
Posted on Jan 25, 2009 10:06 pm
Posted on Jan 25, 2009 10:06 pm
Thanks for the reply. I'll be sure to add a way to make communication with services a lot less inconvenient. It gets annoying for me too.
Image:
Particle Engine Screens
Posted on Jan 23, 2009 8:50 pm
Posted on Jan 23, 2009 8:50 pm
Very good considering the code used to make this.
mIRC Snippet:
Inactivity Report
Posted on Dec 29, 2008 12:37 pm
Posted on Dec 29, 2008 12:37 pm
For some reason $nick(<channel>,<order>).idle is inaccurate when the idle time of a user is in hours.
Example 1:
I whois'd myself and got an idle time of "7 seconds".
I then used $nick and it also echoed "7".
However when I did it to a person who was inactive for 9+ hours, it echoed "1096". If you do the math there are 32,400 seconds in 9 hours, which means something is wrong.
Example 1:
I whois'd myself and got an idle time of "7 seconds".
I then used $nick and it also echoed "7".
However when I did it to a person who was inactive for 9+ hours, it echoed "1096". If you do the math there are 32,400 seconds in 9 hours, which means something is wrong.
mIRC Snippet:
Inactivity Report
Posted on Dec 28, 2008 11:57 pm
Posted on Dec 28, 2008 11:57 pm
Thanks for the comments.
@NIGathan
Could you give me a general idea on how to use that? I'm always looking forward to shortening my code.
@NIGathan
Could you give me a general idea on how to use that? I'm always looking forward to shortening my code.
iPhone App:
HiCalc Winner Calculator & Unit Converter
Posted on Dec 28, 2008 8:46 pm
Posted on Dec 28, 2008 8:46 pm
Why are we cracking apps that cost half the change in our pockets? Seriously.
mIRC Snippet:
Sky's Script II
Posted on Nov 29, 2008 9:39 pm
Posted on Nov 29, 2008 9:39 pm
Sky's Script has been updated to Sky's Script II.
mIRC Snippet:
einy meiny mieny mo (spelt wrong probably)
Posted on Nov 29, 2008 9:05 pm
Posted on Nov 29, 2008 9:05 pm
You could shorten the code to this:
As I saw in your script, the answer is always "two plus %emmm". This is basically what my revision does. I also saw that %emmm only went up to ten. This revision also makes sure that %emmm only goes up to ten.
| Code: |
on *:TEXT:!emmm*:#:{ var %emmm = $rand(1,$2) if (%emmm != $null) && (%emmm <= 10) msg $chan emmm answer: $calc(%emmm + 2) } |
As I saw in your script, the answer is always "two plus %emmm". This is basically what my revision does. I also saw that %emmm only went up to ten. This revision also makes sure that %emmm only goes up to ten.
mIRC Snippet:
Op/Oper command script
Posted on Nov 29, 2008 9:00 pm
Posted on Nov 29, 2008 9:00 pm
Wouldn't it be better if you made aliases instead of on TEXT? That way nobody can see what you typed and you wouldn't need a bot for this.
Example:
alias unban { mode $1 -b $2 | msg %Admin $2 Has Been Unbanned From $1 $+ . }
If you do convert these to aliases, remember this:
In /unban <Username>, <Username> would be $1 and not $2.
Example:
alias unban { mode $1 -b $2 | msg %Admin $2 Has Been Unbanned From $1 $+ . }
If you do convert these to aliases, remember this:
In /unban <Username>, <Username> would be $1 and not $2.
mIRC Snippet:
Sky's Script II
Posted on Nov 15, 2008 8:08 pm
Posted on Nov 15, 2008 8:08 pm
Thanks for the comment but I plan to redo it as a few mIRC newbies are having trouble using it.
mIRC Snippet:
Sky's Script II
Posted on Nov 8, 2008 12:38 am
Posted on Nov 8, 2008 12:38 am
Thanks for the help.
Update: Shortened code with napa's advice.
Update 2: Dialog has been shrunk from 300 x 250 to 300 x 150.
Update: Shortened code with napa's advice.
Update 2: Dialog has been shrunk from 300 x 250 to 300 x 150.
mIRC Snippet:
Rock Paper Scissors Game
Posted on Nov 5, 2008 11:15 pm
Posted on Nov 5, 2008 11:15 pm
I am not sure if that will work, but thanks for the comment anyways.
Edit: Does not seem to work.
Edit: Does not seem to work.
mIRC Snippet:
Action Revenge
Posted on Nov 1, 2008 12:58 pm
Posted on Nov 1, 2008 12:58 pm
Script updated with md's suggestion.



