Comments

 (138) 
  1. Everything
  2. Scripts
  3. Snippets
  4. Images
KuTsuM commented on mIRC Snippet: Anti-Advertising  -  Jan 14, 2006
What happens if someone says "awww" which seems to be commonly done
KuTsuM commented on mIRC Snippet: Supah Seen thing.  -  Jan 12, 2006
One possible problem, if a command seperator is put in the text of, for instance, the topic or a quit message, it could possibly give you control
KuTsuM commented on mIRC Snippet: Outwar.com Stats Lookup  -  Jan 11, 2006
Sort of amazing how this working script, that has no complaints at all, has a rating of 2 (otherwise known as an "Incomplete"). As for your question Riachu: Yes, just need to reformat the code to match the html of the website
KuTsuM commented on mIRC Snippet: IRC Stats  -  Jan 11, 2006
mIRC can count your connection and startup time for you, also
KuTsuM commented on mIRC Snippet: Basic $regex example  -  Jan 09, 2006
The ?: I never knew about. I have never come across that any tutorials or from messing around with it, As I said to Yoinx "Yoinx, I guess I just learned something new ;p." As for the digit, I know 1 and 0 represent a "true/false" value in a way, but it's a habit of mine that, as if someone didn't know I have OCD, bothers me if I don't follow through with it ;/ I'll try to quit, lol. Anyways, thanks for this tips FiberOptics ;p
KuTsuM commented on mIRC Snippet: chans peak mass counter all chans)  -  Jan 09, 2006
Two things, 1. Use the var command only once (var %channel.numbers = $chan(me),%temp = 0 2. Why not use a while loop. It's much cleaner:
while (%temp <= %channel.numbers) {
commands
inc %temp
}
KuTsuM commented on mIRC Snippet: Complete and Utterly pointless Snippet  -  Jan 06, 2006
Out of curiosity, if you think your snippets are "Completely and Utterly Pointless," then why do you post them? Lol
KuTsuM commented on mIRC Snippet: Barely Emo and Gothic Script  -  Jan 05, 2006
Why not put all the commands in one text event, and if in the future you use commands don't do this:
on *:text:*!command*:#: {
if (!command == $1) commands
use:
on *:text:!command *:#: { commands }
KuTsuM commented on mIRC Snippet: mIRC Hex Editor  -  Jan 05, 2006
Awesome, Quickstep. I've been lookin for one too ;p
KuTsuM commented on mIRC Snippet: Basic mIRC Based Web Server  -  Jan 03, 2006
It's a website server that's hosted with mIRC
KuTsuM commented on mIRC Snippet: Basic $regex example  -  Jan 03, 2006
The >= 4 is to set certain chances (If it answers to the same common thing all the time, it's really annoying), and as for the hey/hi/hello, you can choose between the 3. So it'd be Hello, <Bot Nick>. or Hey, <Bot Nick>.. your choice
KuTsuM commented on mIRC Snippet: New idea for chanop control  -  Jan 01, 2006
You could use /pop and /pvoice unstead of timers for op and voice
KuTsuM commented on mIRC Snippet: Basic $regex example  -  Jan 01, 2006
@Rapid, I know it's easier, but this was to help teach $regex, not to make a script. That's the point of snippets.
Yoinx, I guess I just learned something new ;p
KuTsuM commented on mIRC Snippet: Agent Demonstration  -  Dec 30, 2005
Surely, while using a microsoft product (Like word, excel, etc.), you've seen the little agent helper cartoon character pop up on your screen!
KuTsuM commented on mIRC Snippet: Personal Infomation Script.  -  Dec 27, 2005
This snippet is overrated. Why use multiple snippets for echoing the same basic information?
KuTsuM commented on mIRC Snippet: Bad Nick/Word Kicker With Logger  -  Dec 24, 2005
txt files are faster than having to evaluate a million if statements
KuTsuM commented on mIRC Snippet: "Master Ban"  -  Dec 24, 2005
You can still edit the snippet, you know
KuTsuM commented on mIRC Snippet: "Master Ban"  -  Dec 23, 2005
You could use /ban -k rather than having to use /mode and then /kick
KuTsuM commented on mIRC Snippet: Ban Strip  -  Dec 23, 2005
Yes, you have to be on the server and in the same channel to use $address
KuTsuM commented on mIRC Snippet: Super Popups  -  Dec 04, 2005
I'm wondering, why didn't you put these in the popups section?
KuTsuM commented on mIRC Snippet: $num  -  Dec 03, 2005
Yeah, I posted something similiar from the same topic ;p Your's is returns the full string, though, mine just returned the number
KuTsuM commented on mIRC Snippet: $rev  -  Dec 03, 2005
You could just use one loop and $left (or $right, whichever)
KuTsuM commented on mIRC Snippet: $wsound  -  Dec 03, 2005
Great job, hixxy :) I only wish I were this good at comobj's ;/
KuTsuM commented on mIRC Snippet: Ascii Super Mario  -  Dec 03, 2005
It's kind of pointless to put this in the snippets section anyways. Hawkee has a popups section ;)
KuTsuM commented on mIRC Snippet: $piglatin  -  Nov 10, 2005
there's no direct alias for it, you need to use the identifier in your code like
on 1:text:*:#: { echo -a $piglatin($1-) }
KuTsuM commented on mIRC Snippet: PIG LATIN Translator!  -  Nov 10, 2005
the point of snippets is to teach people how to script mirc. The point to mirc is to make life easier on IRC. You'd find things a lot easier doing it the way i suggested, than typing everything out, not to mension faster
KuTsuM commented on mIRC Snippet: PIG LATIN Translator!  -  Nov 09, 2005
What if people don't want to use those words? It'd be better to do something like
var %a = $left($1,1)
$remove($1,$left($1,1))
$1 $+ %a ay
(that's for translating into)
KuTsuM commented on mIRC Snippet: !Celeb-8Ball  -  Oct 31, 2005
wouldn't it be better to put all of that into a txt file, then do .msg $chan $read(text-file.txt,$rand(1,$lines(text-file.txt))
KuTsuM commented on mIRC Snippet: Connect  -  Oct 24, 2005
If the server is lagging, it may not process the join command, you should make it send join on raw 001, just a thought. Not bad ;)
KuTsuM commented on mIRC Snippet: mIRC Form Text  -  Oct 24, 2005
getting rid of the second text event and putting the code from it into the first would be a lot more efficient
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 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.