Kyousoukyoku

Kyousoukyoku

Joined
Sep 21, 2007

Activity Stream

Kyousoukyoku commented on a Page, TextView V1.2  -  Oct 27, 2007

Seems alright. Very thorough coding. :P

 Respond  
Kyousoukyoku commented on a Page, Mp3 broadcasting  -  Oct 21, 2007

Interesting idea. I\'ll think about that. Anyway, thanks for your feedback.

 Respond  
Kyousoukyoku commented on a Page, Bot variables manager  -  Oct 21, 2007

Thanks Zsadist. Updating it now.

 Respond  
Kyousoukyoku created a Page  -  Oct 21, 2007
819 

In code documentation.

Kyousoukyoku commented on a Page, Mp3 broadcasting  -  Oct 21, 2007

Comments?

 Respond  
Kyousoukyoku commented on a Page, Emometer.  -  Oct 20, 2007

Yeah, but doing with variables is much more cleaner:

Code:
On *:TEXT:!emo*:#:{
  if ($2 !ison #) {
    .notice $nick Sorry $nick $+ , $2 is not on $chan
  }
  else {
    set %number = $rand(0,100)
    .timer 1 1 msg $chan Testing for $2 $+ \'s emoness ...
    .timer 1 3 msg $chan $2 is %number $+ %
    unset %number
 }
}

No need of /set. ;x Also, for a code like this, variables shouldn\'t be needed because it isn\'t that complicated. Just pointing stuff out.

 Respond  
Kyousoukyoku created a Page  -  Oct 20, 2007
1,184 

In code documentation.

Kyousoukyoku commented on a Page, F0x's Mega Op Script  -  Oct 20, 2007

Missing a bracket at the end of your mass command.

 Respond  
Kyousoukyoku created a Page  -  Oct 18, 2007
180 

Documentation lies within the code.

 Respond   mIRC  
Kyousoukyoku commented on a Page, Ini <-> Hash table  -  Oct 18, 2007

Hmm... never knew that before lol. ^^ Guess I just overcomplicated a built-in feature of mIRC then. ;)

 Respond  
Kyousoukyoku commented on a Page, Hash table item(s) info  -  Oct 17, 2007

rofl. Nah that was on purpose. ;)

 Respond  
Kyousoukyoku commented on a Page, Ini <-> Hash table  -  Oct 17, 2007

Code has been updated, thanks.

 Respond  
Kyousoukyoku created a Page  -  Oct 17, 2007
308 

In code instruction provided. Paste in remotes.

Kyousoukyoku created a Page  -  Oct 17, 2007
1 776 

; Ini <-> hash table - Kyousoukyoku/XteNsion ; Syntax: ; /hash2ini (hash table) (ini name without the .ini) (ini topic to put items in) ; /ini2hash (ini without the .ini) (hashtable) (ini topic to put into hash table)

Kyousoukyoku commented on a Page, !bottle  -  Oct 17, 2007

Eh, true. Just overthinking things I guess. Nice job nonetheless.

 Respond  
Kyousoukyoku commented on a Page, XteNsion mp3  -  Oct 17, 2007

Update: Fixed a minor bug when manually scrolling the mp3. ;)

 Respond  
Kyousoukyoku commented on a Page, !bottle  -  Oct 16, 2007

Instead of using /inc and an extraordinarily long variable, why not use /set %currentplayer $nick and change the if event to

 if (%currentplayer (!)= $nick) { etc } 

Also, there is no need to use a local variable and $gettok, why not just make an alias that does that? I made one:

 alias -l rprop { return $($+($,$r(1,$0)),2) } 

Basically returns a random token out of the string. For example: $rprop(testing,this,alias) could return testing, this, or alias. So you could make the $gettok and local variable to $rprop(kiss,kiss,smooch,etc,etc). But that\'s what I would do and you don\'t necessarily have anything wrong with your code. Just some suggestions. Good job and nice idea though. I might make a snippet like this even though their are millions of spin the bottle snippets out there. ;]

 Respond  
Kyousoukyoku created a Page  -  Oct 16, 2007
699 

The non-MDX version of the mp3 player I made. Simple to use: /xtensionmp3 to open. Everything else should be self-explanatory. ;)

Kyousoukyoku commented on a Page, Text File Viewer and Manager Dialog  -  Oct 16, 2007

if i give it a 10 i might get yelled at from hawkee for such little coding :)

I\'m not really saying you should give this a ten lol. But, it wouldn\'t hurt to review this snippet a bit and rate it based on what you find. =D On the contrary, your opinions are not my decision. So whatever you rate it is based on what you look for in a snippet. So eh, w/e. ;)

 Respond  
Kyousoukyoku commented on a Page, small msg prot/anti query spam  -  Oct 16, 2007

Hmm, this isn\'t really a spam detector or anything, just a query blocker. If you meant to make it a query blocker, why not just decline all messages? You should also include the on *:open event. When first opening queries. Then you wouldn\'t have to use the on text event at all.

@ the code, you aren\'t unsetting variables, and why not store these nicks in an ini file or txt file and use $read/$readini to check? It\'d be pretty cool to include a dialog, but that isn\'t imperative. One last thing, you should use groups to disable/enable the snippet. ;)

 Respond  
Kyousoukyoku commented on a Page, Text File Viewer and Manager Dialog  -  Oct 16, 2007

I must say this is a pretty useful snippet for filtering out those txt files that aren\'t needed. One thing that disappoints me is the appreciation this snippet receives. I would, well right now, rate this a 6. It makes me wonder how people rate snippets.

Anyway, it would be interesting if you could display the file\'s data in a new dialog or an expansion to the current dialog. I don\'t really see a use of resizing the dialog with a button when you can directly list them. ;) It would be great to have this support other file types, and just include it in one pack. But I\'d have to say this is pretty nice, good work Scakk.

 Respond  
Kyousoukyoku commented on a Page, Text File Viewer and Manager Dialog  -  Oct 16, 2007

Well, I think the author of a snippet wouldn\'t post it here if they didn\'t think they didn\'t do a good hob on their snippet. :P Seems okay from the coding, will test it out soon and rate this snippet accordingly. As of now, nice job Scakk.

 Respond  
Kyousoukyoku commented on a Page, CFS v1.2(chan fun scan)REVISED!  -  Oct 15, 2007

.. nice. ;P Just think you should include timers and it will be even better. Also, remove the /\'s before /say in the beginning of each of your menu commands but I have to say this is pretty cool for a pop-up. It would also be neat if you added more scanners etc.

 Respond  
Kyousoukyoku   -  Oct 15, 2007

@guest598594 I prefer just normal Mountain dew. I\'m not really into the MANY other flavors of sodas. ;)

 Respond  
Kyousoukyoku commented on a Page, Quote system script  -  Oct 15, 2007

Why not use this:

alias quote { 
  if ($1 isnum && $read(quotes.txt,$1)) { 
   msg $iif($active != status window,$active,$chan) Quote number $+($chr(40),$1,$chr(41),:) $v2
  }
  else { 
   msg $iif($active != status window,$active,$chan) Total quotes:  $lines(quotes.txt)
  }
}

alias addquote { 
  if ($1- && $exists(quotes.txt)) { 
   write quotes.txt $1-
   echo $colour(info) -a Quote added.
   msg $iif($active != status window,$target,$chan) Quote $1- added.
  }
}

alias delquote { 
  if ($1 isnum && $read(quotes.txt,$1)) { 
   write -dl quotes.txt $1
   echo $colour(info) -a Quote deleted.
   msg $iif($active != status window,$target,$chan) Quote number: $1 deleted. 
  }
} 

And just make a file named quotes.txt in your mircdir. Commands: /delquote (num), /addquote (quote), /quote (num)

  • Something manually typed in this editbox btw. ;)
 Respond  
Kyousoukyoku commented on a Page, /hview  -  Oct 14, 2007

Updated.

 Respond  
Kyousoukyoku commented on a Page, /hview  -  Oct 14, 2007

you should be inputting a table name, and it should check but I will update it. =/

 Respond  
Kyousoukyoku commented on a Page, /hview  -  Oct 14, 2007

Updated:

/hview (hash) - lists all items in the table in the new window, giving you the option to remove or add the items
/hview - lists all hash tables, giving you the option to release them or make new ones. ;)

 Respond  
Kyousoukyoku commented on a Page, Saurabh's Access Thanker v3.0  -  Oct 14, 2007

1) Why not use groups when disabling/enabling the script? And since you plan to echo in a channel, why not make it menu channel { because I could turn it off in a query or in the status window.
2) One thing I really don\'t like in this snippet is the connect event, but it\'s not really imperative that you remove that.
3) Could be simplified (would provide an example but Lindrian has that covered ;))

 Respond  
Kyousoukyoku commented on a Page, small mp3 player  -  Oct 14, 2007

Pretty cool, but why not make this a Command-line mp3 player? Since you are already using the titlebar anyway. ;) Do like the idea though, very nice.

 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.