humming_hi

humming_hi

Joined
Aug 15, 2007
Location
Oregon, USA

Activity Stream

humming_hi created a Page  -  Apr 26, 2008
511 

I was bored, and I haven't seen an mp3/wav player that could use lrc files so I figured I would give it a go. any bugs/errors/suggestions contact me in #msl (irc.swiftirc.net) - I'll be using the nicknames Syrus or Triton.

 Respond   mIRC  
humming_hi commented on a Page, Collisions  -  Mar 27, 2008

That\'s awesome, keep up the good work. You should add more dots, and make like a screen saver or something with it.

 Respond  
humming_hi commented on a Page, !orgy D:  -  Mar 25, 2008

I would change

timer 1 7 /kick $chan %nick2 YOU GOT AIDS!

to

timer 1 7 kick $chan $gettok(%nick %nick2 %nick3,$r(1,$numtok(%nick %nick2 %nick3,32)),32) YOU GOT AIDS!

that way it will just pick a random person out of the 3

 Respond  
humming_hi commented on a Page, 8Ball  -  Feb 22, 2008

Hi, you could also do it like this. to add more answers, add them to the var and use + for spaces.

 on *:text:`8ball *:#: {
  describe $chan is looking into the 8ball.
  var %~ = Yes. No. Maybe. Try+again+later.
  msg # $replace($gettok(%~,$r(1,$numtok(%~,32)),32),+,$chr(32)) 
} 
 Respond  
humming_hi commented on a Page, Slap revenge v2  -  Nov 29, 2007

Korvin, To make you ask questions? =P -- looks good Hayate

 Respond  
humming_hi commented on a Page, CTCP Finger Reply Torture v2  -  Nov 02, 2007

oh, sorry about the double post, but do this too:

add .\'s in front of \"ctcpreply\" so you don\'t see them

  .ctcpreply $nick FINGER  Did you finger me?
  .timer 1 2 .ctcpreply $nick FINGER  Why did you do it?
  .timer 1 4 .ctcpreply $nick FINGER  Why?!?
 Respond  
humming_hi commented on a Page, CTCP Finger Reply Torture v2  -  Nov 02, 2007

Hi, You should add this so it wont flood:

ctcp 1:FINGER:{
  if (!%anti [ $+ [ $nick ] ]) {
    set -u20 %anti [ $+ [ $nick ] ] 1
    <What to do>
 }
}
 Respond  
humming_hi commented on a Page, mIRC Mailer (Works with PHP's sendmail)  -  Oct 30, 2007

Yea, I was thinking that. done now.

 Respond  
humming_hi created a Page  -  Oct 30, 2007
780 

PHP sendmail script made for my mIRC snippet ( http://www.hawkee.com/snippet/3458/ )

 Respond   PHP  
humming_hi created a Page  -  Oct 29, 2007
1,645 

Load the Snippet into Remotes section of mIRC What it does: Lets you send email useing sockets and PHP sendmail. to use: /mail or right click in channel, status, or query windows Needed PHP script: http://www.hawkee.com/snippet/3465/ (PS, I did not rip this. On IRC servers I go be the nickname Syrus)

humming_hi commented on a Page, Random Werid Sayings  -  Oct 28, 2007

you don\'t need \"menu nicklist,channel,query {\" each time, you can simply do something like this:

menu nicklist,channel,query {
Sayings
.Elves:say 3,1 [ 4 ? 3 \" $1 \" The Elves Are Coming For You Oo 4 ? ]0,5
.Santa:say 3,1 [ 4 ? 9 \" $1 \" Santas mad , has a gun and is coming ...for......YOU!!!! Oo 4 ? ]0,5
.Naruto:say 3,1 [ 4 ? 12 \" $1 \" Narutos behind you about to use 4 \"SEXY JUTSU\" 13 RUN FOR THE HILLS!!or watch and stare Oo
}

 Respond  
humming_hi commented on a Page, /pnick  -  Oct 26, 2007

hi, i noticed another error, it will remove letters in nicknames if they are the same as the start (Echlon, gre, Ni, and Syru should be Echelon, greg, Nin, and Syrus)

 Respond  
humming_hi created a Page  -  Aug 15, 2007
1,177 

This snippet opens a socket and lets you run small webpage(s) like a webserver To Start: /ssws on [port] (/ssws on 80) To Stop: /ssws off To Turn on Debug: /ssws debug To Get Webserver Info: /ssws info

  1 Thread   mIRC  
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.