juhapuha

juhapuha

Joined
Feb 01, 2007

Activity Stream

juhapuha commented on a Page, part script  -  Nov 24, 2008

Parting a channel != removing it. It still parts from that channel too, where chanset +nopart exists.

 Respond  
juhapuha commented on a Page, Simple Tcl example bot  -  Nov 24, 2008

I've made a TCL bot too. The base takes hours to be completed, if you want your bot so be smart (know it's channels, channels of user, hosts, prefixes, authnames etc...) though the biggest problem for me was getting the new prefixes of nicks when they got mass-deopped/opped/voiced/devoiced.. Spending time with the bot makes it smar, light and efficient.

 Respond  
juhapuha created a Page  -  Nov 16, 2008
1,056 

This is a simple traffictool which shows incoming and outgoing data and packets. Introduction:

  1 Thread   TCL  
juhapuha commented on a Page, Radio Script  -  Oct 17, 2008

I think that script is ripped from QuakeNet's scriptwiki. Atleast most of it :P. http://script.quakenet.org/wiki/Shoutcast_status_script.

 Respond  
juhapuha commented on a Page, Textinfo percent/bold/underline....  -  Aug 23, 2008

-- ><

I will update the snippet!
so you can get percent of colour/underline/reverse/caps ! and with regex because you seem you love it
At first i want to make the snippet simple so even beginners could understand it.

 Respond  
juhapuha commented on a Page, Textinfo percent/bold/underline....  -  Aug 23, 2008

It works fine :>
even though none of text would be caps :)

 Respond  
juhapuha created a Page  -  Aug 23, 2008
632 

works like: //echo -a $text(sometext).bold/caps/bold/reverse/color Would be useful for bots etc :)

juhapuha commented on a Page, Oracle chat in a dialog  -  Aug 04, 2008

Sorry for the Finnish language in the script. I made it for my own purposes and will post a English version of it too.

 Respond  
juhapuha created a Page  -  Aug 04, 2008
328 

This is a chat dialog with oracle, the oracle answers your questions. At the moment the oracle can answer only in Finnish but i will make an edit so it will be able to answer atleast in English too. The snippet is easy to use and I don't think there's other oracle script in hawkee (yet ;d). Just type /oraakkeli to open the dialog. The snippet will ask you to set your nick. Then you're ready to chat..

  1 Thread   mIRC  
juhapuha commented on a Page, Link  -  Jul 29, 2008

Fix your script. There are bracket missmatches.

 Respond  
juhapuha created a Page  -  Jul 28, 2008
1 608 

This snippet logs the private messages and highlights while you're away. To be in a away mode you have to write /away and to return from the away mode you just need to write /away. When someone mentions your nick or pm's you, the snippet will inform the user that you are away. The snippet has 4 second flood protection preventing flooding from same user@host. You can see the logged messages in a dialog..

juhapuha commented on a Page, New shitlist by shitbreak   -  Jul 28, 2008

Does it matter what mask type it brings to the editbox? It can be edited -_-

 Respond  
juhapuha commented on a Page, New shitlist by shitbreak   -  Jul 28, 2008

What do you mean by adding a option to time the shitlist? you mean the ban duration?

 Respond  
juhapuha commented on a Page, New shitlist by shitbreak   -  Jul 28, 2008

Ok, edited the script a bit and made the dialog smaller

 Respond  
juhapuha commented on a Page, New shitlist by shitbreak   -  Jul 28, 2008

and shoot is \"s.hit\"? ok, trying to make it smaller

 Respond  
juhapuha commented on a Page, New shitlist by shitbreak   -  Jul 28, 2008

What is a better place to get the needed comments; what\'s good, what needs to be improved, what ahould be added and so on than hawkee.com?
The script is not update for the previous blacklist script as this script uses dialogs, previous doesn\'t. I\'d rather delete the previous script and add this not \"update\" it.
I don\'t know why you post scripts here, if you don\'t do it because of feedback.

 Respond  
juhapuha commented on a Page, New shitlist by shitbreak   -  Jul 28, 2008

Because i want to get comments. Never tried to actually update a script.

 Respond  
juhapuha commented on a Page, New shitlist by shitbreak   -  Jul 28, 2008

Would be nice to get some comments :)

 Respond  
juhapuha created a Page  -  Jul 28, 2008

Someone wanted me to make a shitlist snippet in a dialog. The truth is I have never used dialogs, so don't be too cruel ;) Rightclick in a channel window and select "shitlist by shitbreak" to open the shitlist dialog. To enable the shitlist check "Enabled". Any suggestions? Give me a comment or PM me on irc: I irc in QuakeNet network.

juhapuha commented on a Page, AntiSpamBot 4.0  -  Jul 24, 2008

ripped.

 Respond  
juhapuha commented on a Page, Steam favourites  -  Jul 13, 2008

and works :D nice snippet 9/10

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 12, 2008

Surprising how that little piece of code activated people to comment :D

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 11, 2008

man, i\'m not gonna update it :D

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 11, 2008

should work =D

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 11, 2008

alias hlit {
var %i 1
while (%i <= $nick($chan,0)) {
if ($nick($chan,%i) isop $chan) var %pre @
if ($nick($chan,%i) isvoice $chan) var %pre +
if ($nick($chan,%i) isreg $chan) var %pre $null
if ($len(%k) < 300) { var %k = %k $+ $chr(44) $+(%pre,$nick($chan,%i)) }
if ($len(%k) >= 300) { msg $chan $right(%k,-1) }
inc %i
}
if (%k) { msg $chan $right(%k,-1) }
}

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 11, 2008

:--)

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 11, 2008

i\'d like to tell you gtfo but i don\'t :-) linux <3

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 11, 2008

well, it has some good features i\'m missing when i\'m using windows

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 11, 2008

one word: LINUX
mIRC is not working very well if i want to run it on wine.

 Respond  
juhapuha commented on a Page, Masshighlight!  -  Jul 11, 2008

why should i ! :D
I\'M SO ANGRY THAT I CAN\'T USE MIRC TO ACTUALLY TEST MY SCRIPTS! :D

 Respond  
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.