KindOne

KindOne

Joined
Apr 05, 2011

Activity Stream

KindOne commented on a Comment, Power in channels & servers  -  Feb 17, 2016
KindOne liked a Comment, Power in channels & servers  -  May 01, 2015
KindOne commented on a Comment, ReQuestSystem v2  -  Apr 30, 2015
KindOne commented on a Page, ReQuestSystem v2  -  Apr 30, 2015

Line 35: Your ( ) do not match, remove the last one.
Line 342: Your ( ) do not match, you need a ) at the end.

KindOne commented on a Page, jaytea's Highlight Thing  -  Aug 13, 2013

Seems to not work (the clicking part in the highlight tab) when your nick is at the end.
/me test $nick
/msg #channel lol $nick
Edit: nevermind, I was wrong, has to deal with a space at the end.

 Respond  
KindOne commented on Hawkee's Thread  -  Dec 19, 2012
KindOne commented on a Page, mIRC Syntax Highlighter for Notepad++  -  Nov 19, 2012

This breaks in Notepad++ 6.2

alias cake { 
  ; some IRCd's allow "/" in the vhost/spoof.
  if ($wildsite == *!*@KindOne/*) { 
    echo -ag This is now a comment because of the "/*"
  } 
}
 Respond  
KindOne commented on Hawkee's Thread  -  Oct 19, 2012
KindOne commented on a Page, Nick Listing Logger v1.1  -  Jul 22, 2012

I rather deal with an 'on start' than a '-m' switch.

My timer is a waste of resources?!?! ..
The entire 'saving the hash table on a nick change' is just horrid in my eyes.. look at the big picture.. Assume this script is going to run FOREVER. What happens when that hash table starts to hit ~100,000 items? mIRC will of by now started having lag because its having to waste pointless time to save a hash table the the disk on every little nick change. ... vs a timer that is called once or twice a day...

$network $+ $site == ' foobarKindOne.meh'
$network $+ $wildsite == 'foobar!@KindOne.meh'
I like the $wildsite better.. because i can EASILY see what network its on.. when looking at the tables.

Please start creating hash tables with ~100,000 or even ~500,000 items then run this script while on 100+ channels. I'd love to see your mIRC grind to a halt every second vs a few times out of the day with my timer idea.

 Respond  
KindOne commented on a Page, Nick Listing Logger v1.1  -  Jul 22, 2012

Slight issue(s).

Does not check if hash table exists while loading.
No 'on unload' to save hash table/unload.
No 'on exit' to save the hash table.
Not multi-network friendly. (id suggest ' $network $+ $wildsite' , instead of '$site').
hsave .. inside a nick event.. That just screams mIRC lag when it starts to grow.. In my opinion, id gut that..
I'd create a timer to save on occasion (id do a save every 24 hours or 12). (save it into a 'nickChange.hsh.bak')
Make 'on start' check for file size and compare the size of files and load the biggest one $file(foobar.hsh).size .. could use $calc

 Respond  
KindOne commented on a Page, Mirc Help Menu  -  Jul 17, 2012

say $jj $+ 11,7 /cs register (channel) (password) (description) 7,7.... $+ $jj

This looks like its designed for Anope 1.8.x

Anope 1.9 no longer takes passwords for channels.
Atheme services do not take passwords.

 Respond  
KindOne commented on a Page, lots of different scripts all on one  -  Feb 17, 2012

lines 45, 51, 57, 63, 69, 75, 81, 87, 93, 99, 105, 111, 117, 123, 129, 135, 359, 361, and 364 all have an extra " ) " at the end.

 Respond  
KindOne liked a Page, mIRC Version Reply Changer  -  Jun 03, 2011
KindOne commented on a Page, mIRC Version Reply Changer  -  Jun 01, 2011

Thanks, Guess I overlooked that. Works like a charm now.

 Respond  
KindOne commented on a Page, mIRC Version Reply Changer  -  May 30, 2011

I am running mIRC 7.19, unaltered copy of your script.

My timestamp format is "HH:nn:ss" "17:56:16"
It seems whenever someone does a VERSION in me, I get "7:56:16 [SomeOne VERSION]" in my channel window. It looks like the script cuts off the "1" in the timestamp.
Is there a way to make the script not display the "7:56:16 [SomeOne VERSION]" not display in the channel?

 Respond  
KindOne commented on a Page, Channel relay  -  Apr 05, 2011

Does not follow nick changes. I am using mIRC 7.19

 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.