Top

Comments

  (50)  RSS
CharltonJ's
Spanky
Comments: 55
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 21, 2008 1:33 am
ROFL guarnteed tropicalmeltdown HAS or is trying to rip this.
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 4:38 pm
please tell me
EL
Comments: 1,245
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 4:34 pm
rofl he had a premonition TMD;p
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 4:26 pm
HOW!
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 2:55 pm
i never ripped this
napa182
Comments: 1,012
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 3:45 am
@ TropicalMeltdown you mean the one you posted here well the one you ripped and posted here
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 3:41 am
nice but mine says !rmp3 after it says the song stuff
T012m3n7oR
Comments: 22
 
mIRC Snippet:  Frogger game
Posted on Jun 7, 2008 4:33 pm
http://www.hawkee.com/snippet/4507/
----
that is the new snippet link

Cheers,
~T012
T012m3n7oR
Comments: 22
 
mIRC Snippet:  Frogger game
Posted on Jun 7, 2008 2:11 pm
I put a load script before it to auto put the level 0 when loaded it will be a bit quicker then :)
Code:
on *:LOAD: {
  echo 9 -a You Have Loaded The Frogger Game.
  echo 9 -a I Do Hope You Like It.
  echo 9 -a Ask Someone Else To Type /me crosses the road.
  set %lvl 0
}


also there is no way to advance though the levels(parts) i changed it down to 4 ways, hit by tank, hit by car, progress, and level(go to the next part). And it works for me just fine nice idea, but the script needs alot of work to get it to work.
------
i will repost the script once i get it to work, and link it back to here giving you credit.

Cheers,
~T012
uneek
Comments: 3
 
mIRC Snippet:  simple !time command :)
Posted on Mar 17, 2008 8:53 pm
Works great, was looking for something like this for a while.

Great work!
mountaindew
Comments: 1,550
 
mIRC Snippet:  simple !time command :)
Posted on Feb 19, 2008 3:17 pm
solution:
Code:

on *:ctcpreply:*time*:{
  .msg %chan  $+ %timenick $+ \'s time and date: ( $+ $2- $+ ) | unseT %timenick
}
on *:TEXT:!time*:#:{
  if ($2 == $null) { notice $Nick choose a nickname please. | halt }
  if ($2 !ison $chan) { notice $Nick Sorry, but $2 $+  is not on $chan $+ . | halt }
  else {
    if ($2 ison $chan) {
      set %Timenick $2
      set -u10 %chan $v2
      .ctcp $2 time
    }
  }
}
Viper01
Comments: 77
 
mIRC Snippet:  simple !time command :)
Posted on Feb 19, 2008 3:05 pm
it doesnt message the active channel $2\'s time

besides that its the only bug ive found
CharltonJ
Comments: 37
 
mIRC Snippet:  Frogger game
Posted on Jan 17, 2008 12:30 am
oh i forgot to say:P when you load it type /set %lvl 0 :)
Romulus777
Comments: 3
 
mIRC Snippet:  Frogger game
Posted on Jan 16, 2008 3:21 pm
I see some grammar problems. Hitted, for example. Anyway, I\'m going to try and get SCAKK to try it on his bot.
mountaindew
Comments: 1,550
 
mIRC Snippet:  Frogger game
Posted on Jan 16, 2008 2:42 pm
umm the two !fstats events duznt really make sense, because the second one can still not have a $2, so you\'d be better off just checking if ($2) or for the second one, make it $$2
Lysergic Diethylamide
Comments: 40
 
mIRC Snippet:  Nickserv System
Posted on Jan 13, 2008 8:56 am
Hey bud, I dont know if its because im running mIRC on linux or something wierd but every time I enter a character into your any of the fields i get this error:
«« ERROR »» unknown command: µIF

:/
CharltonJ
Comments: 37
 
mIRC Snippet:  Nickserv System
Posted on Jan 12, 2008 6:04 am
if you find any bug let me know plz thank you
CharltonJ
Comments: 37
 
mIRC Snippet:  Query Blocker
Posted on Jan 3, 2008 12:26 pm
thanks :)
[DX]
Comments: 18
 
mIRC Snippet:  Query Blocker
Posted on Jan 3, 2008 10:37 am
nice thing :)
but no need for / here

Code:
if ($did == 6) { query %a`nick | /msg %a`nick Your Query have been Accepted. | /dialog -c qa qa | unset %a`* | /set %qacc off }


and other places

Code:
if ($did == 6) { query %a`nick | .msg %a`nick Your Query have been Accepted. | dialog -c qa qa | unset %a`* | set %qacc off }


use . in front of msg to hide msg event
Cheiron
Comments: 254
 
mIRC Snippet:  X/Chanserv Commands.
Posted on Jan 1, 2008 5:57 pm
just the one initial one staring me in the face.
//msg # x op
you got double forward slash there where all others are single. otherwise \"Looks\" clean enough. not tested it yet though
1 2 3 Next
Bottom