RubixCube

RubixCube

Joined
Sep 29, 2007
Interests
script, hanging out, music, photography

Activity Stream

RubixCube commented on a Page, Seen v1.9  -  Jun 04, 2008

Not the greatest one, I still need to make improvements.

Been quite a while since I\'ve been on here, I need to update some of these snippets of mine. :) Thank you everyone for your comments.

 Respond  
RubixCube commented on a Page, $parted  -  Nov 14, 2007

Ah, sorry. Been away for quite a while. Thanks.

 Respond  
RubixCube created a Page  -  Oct 24, 2007
96 

Much similar to my $disconnected snippet and almost the exact opposite of hixxy's $joined snippet. Thanks for the idea. $parted(#channel)

RubixCube commented on a Page, Badword Regex Creator  -  Oct 23, 2007

A good step-up to badword filters. Will be using this frequently. Nice job Liquid.

 Respond  
RubixCube commented on a Page, $disconnected  -  Oct 23, 2007

Alright, updated. Thanks a bunch mountaindew.

 Respond  
RubixCube created a Page  -  Oct 23, 2007
202 

The idea was based off of hixxy's $joined snippet. Returns the total number of seconds you have been disconnected from a network. Syntax: $disconnected(network).

RubixCube commented on a Page, Custom Greets  -  Oct 23, 2007

Nice idea, but why not use a txt, ini, or hash table as a storage base for data? It\'s pointless to set all those variables. And no need of the halts there. ;)

 Respond  
RubixCube commented on a Page, Quote system ( Txt)  -  Oct 23, 2007

Pros:

  • It seems to work, although I have not tested this fully as of now

Cons:

  • Scripting is terrible
  • Constantly have to filter
  • Lack of error checking

Quite a bit. No need of halts, for the == $null simple use a !$read(etc), (as said before) just use $lines(quotes.txt) because it\'s useless to have a variable, remove /\'s, provide things such as if ($2) to error check, also: for things such as != $null you don\'t need those just use the actual identifier or if statement.

Also, you should, as a script writer, accept comments of others and fix mistakes. If you \'don\'t feel like editing\' the snippet, don\'t expect a high score. :)

I would take a look @ the other ones on here and learn a little from them. For example, napa182\'s quote system. That\'s efficient and it has a lot of variety. I\'m not saying deliberately take things out of snippets but just take a look on how others approached it. Maybe you\'ll find many more ideas.

 Respond  
RubixCube commented on a Page, !bottle  -  Oct 11, 2007

Good job, but how about remove the /\'s and adding .\'s to the timers?

 Respond  
RubixCube commented on a Page, Mass modes  -  Oct 11, 2007

Seems okay, haven\'t really tested it though.

 Respond  
RubixCube commented on a Page, Hawkee snippet search  -  Oct 08, 2007

Nice job. everything seemed to work fine for me.

 Respond  
RubixCube commented on a Page, Perm-Mod-Controls(PMC v1.0)  -  Oct 08, 2007

You don\'t seem to check if you are an op, and there shouldn\'t be a need for the /\'s. ;)

 Respond  
RubixCube commented on a Page, tAmp  -  Oct 08, 2007

It\'s pretty nice, simple, and clean. Coding looks a bit disorganized but that\'s okay. I\'d have to say this is pretty useful. It would be great if you supported playlist capabilities. =)

 Respond  
RubixCube commented on a Page, BioShoCk Away System V1.0  -  Oct 08, 2007

You don\'t seem to error check, ( something like an if ($did(3).text) for example ) and it\'s rather simple. But, it gets the job done I suppose. Perhaps an alias to check if the dialog is in use? Here try this,

 alias awayopen { dialog $iif(!$dialog(BioAway),-m,-v) bioaway bioaway 

And just put awayopen in the menu. ;)

 Respond  
RubixCube commented on a Page, PM Requester.  -  Oct 07, 2007

You should include a timer to automatically decline the query. Perhaps a .timercheck 0 15 /decline? Otherwise, it\'s not bad. I would remove the colors.

 Respond  
RubixCube commented on a Page, tai's ascii browser and clipboard  -  Oct 07, 2007

.. nice!

 Respond  
RubixCube   -  Oct 05, 2007

Haven\'t really tried one. Going against my username.

 Respond  
RubixCube commented on a Page, Command-based mp3  -  Oct 05, 2007

Changed the mp3 player and made it command-based.

 Respond  
RubixCube commented on a Page, Variable Viewer and Editor Dialog  -  Oct 05, 2007

Why not have it edit the variable manually and then have a button to completely set the new input. I also had the same idea of the add/remove as mountaindew. You should probably make those include a new or remove an old variable and just have an editor.

 Respond  
RubixCube commented on a Page, Command-based mp3  -  Oct 05, 2007

Alright, I\'ve localized the aliases and added a pos tracker to the titlebar. I also made use of a variable to check the window status for the commands outside the @mp3 window. Thanks Olliegod.

 Respond  
RubixCube created a Page  -  Oct 04, 2007
322 

; Command-based mp3 - RubixCube ; Syntax: ; /mp -r/p (mp3name)/s/e ; /mp -se -d/a/b/c ; Ripping is forbidden ; Contact: rub1xcube@yahoo.com

RubixCube commented on a Page, Bad word kick/ban ( text , emote , notice )  -  Oct 04, 2007

I think what Scakk is trying to do is establish a two second time difference on purpose. It doesn\'t effect the way the ban takes place, and I think a couple of you misunderstand the timer. It just gives a two second difference between the kick and the ban. At least that\'s what I assume.

Anyway, why do you include the ;sets in your events when you already have an alias to do so? It\'s also a hassle to filter the script with the badwords. How about using $$? and a $$! for confirmation and easier editing. Otherwise, neat script.

  • RubixCube
 Respond  
RubixCube commented on a Page, Jbot's Restuarant!  -  Oct 04, 2007

You should use groups instead of using a global variable, and why not form all the on text\'s into one? You are also setting a pointless variable in your %b variable, just use /var instead /help /var. The reason for this is because some scripts like to use local variables with single letter names. That\'s something I commonly do. The local variable might interfere with another script. Other than that, the script isn\'t very unique. It may be longer but just as simple as the others on here.

 Respond  
RubixCube commented on a Page, Lag checker  -  Oct 03, 2007

Alright, I made the snippet ping the server. It should return a better value now, just make sure to set the num. of seconds to be a bit higher. ;)

 Respond  
RubixCube commented on a Page, Lag checker  -  Oct 03, 2007

Yeah, I was thinking about that. I don\'t really want to ping the server (as an example) every two seconds. I\'ll probably end up doing that anyway and just recommend a higher integer of time.

 Respond  
RubixCube commented on a Page, $getasc  -  Oct 03, 2007

Nice, but I don\'t see a use for this other than retrieving values of characters. That can easily be done manually, but good job nonetheless .

 Respond  
RubixCube commented on a Page, Email Kick/Ban  -  Oct 01, 2007

Couple things:

  • A user can switch nicks
  • You can reduce the script to only a few lines for a cleaner appearance

Here is what I changed (untested):

Just simplified your code. Made it set the users address instead of nick, made all those if ($nick isetc) into one if and removed the timer and made it ban -ku600. Nice idea, and pretty useful against spammers.

  • RubixCube
 Respond  
RubixCube commented on a Page, Swear Protection  -  Oct 01, 2007

Yes, I didn\'t really error check the code. That was made up in quite a rush in posting my comment. And yes, it isn\'t that much more useful than your previous code but I just added. Sorry for the lack of efficiency in my code.

  • RubixCube
 Respond  
RubixCube commented on a Page, Swear Protection  -  Oct 01, 2007

Cons:

  • Only use of two words
  • Doesn\'t check if you are an op
  • Cannot add more words
  • Some scripting mishaps

Here is the updated code (with a \'mini-tutorial\' on what I changed):

on @*:TEXT:*:#:{ 
  ; the above line is not much different from your first, the @ checks if you are an op in the channel
  var %swear fuck,bitch
  ; swear words that are checked are in this local variable (can be added or removed)
  if ($istok($1-,%swear,32)) { 
   ; checks if any of the words are in the text
   ban -k # $nick Swearing is prohibited. 
   ; ban/kick\'s the nick w/ above msg
  }
}

Try that w/o the ; comments. They were just used to help you understand. And if you already knew about what I\'m talking about, then just ignore them.

 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.