Saeed

Saeed

Joined
Sep 26, 2007

Activity Stream

Saeed commented on a Page, zBot  -  Oct 21, 2007

Nice work Lindrian!

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

you did a pretty through hob with this. nice job on this snippet will be useful for my mp3 player. I do wish there was an option to message it or describe it to the active channel; instead of amsging it.

 Respond  
Saeed commented on a Page, mp3 information  -  Oct 03, 2007

Thanks, fixing that right now.

 Respond  
Saeed commented on a Page, $coltok  -  Oct 01, 2007

It\'s pretty cool. Nice job.

 Respond  
Saeed commented on a Page, Hash table aliases  -  Sep 29, 2007

Indeed, but the purpose and actions /hedit takes is much simpler to use then using hdel and hadd. If I don\'t specify this specific format, it won\'t really edit. I could make the format of /hedit a little different somehow if you would like but right now that is quite necessary. Anything I can improve on in this snippet to make it worth more than a 3.0?

 Respond  
Saeed commented on a Page, Hash table aliases  -  Sep 29, 2007
  • two
 Respond  
Saeed commented on a Page, Hash table aliases  -  Sep 29, 2007

Interesting idea, I have not really covered those too. I\'ll see what I can do Olliegod.

 Respond  
Saeed created a Page  -  Sep 28, 2007
288 

/hedit or $hedit A simple alias that edits the data of a specified item in a hash table through hadd and hdel. You must specify all the required parameters otherwise the snippet will not work. See the comments below for more information. /hmove Simple alias that copies a hash table into a new one through a really simple method. It stores all the item from the first hash table into a temporary txt file...

Saeed commented on a Page, Op Thanker  -  Sep 28, 2007
  • global variable
 Respond  
Saeed commented on a Page, Op Thanker  -  Sep 28, 2007

This is most likely not ripped if that\'s what your saying. A lot of people on here use rawmode in various ways, the author decided to use it in the most simple way.

To the author, I would find a way to make this an original snippet. Perhaps the ability to disable certain rawmodes? Perhaps use a local variable and use $gettok\'s to define if the status is on? Here is an example of what I am suggesting:

on *:RAWMODE:#:{
  if ($gettok(%modez,1,44) = on) { 
    if (+q isin $1) && ($me isin $2) { inc %cf 1 | msg $chan Thanks for the ~ $nick $+ ! That\'s number: %cf $+ . | halt }
    if (-q isin $1) && ($me isin $2) { inc %dcf 1 | msg $chan Don\'t take my ~ $nick $+ ! That\'s number: %dcf $+ . | halt }
  }
  if ($gettok(%modez,2,44) = on) { 
    if (+a isin $1) && ($me isin $2) { inc %sop 1 | msg $chan Thanks for the & $nick $+ ! That\'s number: %sop $+ . | halt }
    if (-a isin $1) && ($me isin $2) { inc %dsop 1 | msg $chan Don\'t take my & $nick $+ ! That\'s number: %dsop $+ . | halt }
  }
  if ($gettok(%modez,3,44) = on) { 
    if (+o isin $1) && ($me isin $2) { inc %aop 1 | msg $chan Thanks for the @ $nick $+ ! That\'s number: %aop $+ . | halt }
    if (-o isin $1) && ($me isin $2) { inc %daop 1 | msg $chan Don\'t take my @ $nick $+ ! That\'s number: %daop $+ . | halt }
  } 
  if ($gettok(%modez,4,44) = on) { 
    if (+h isin $1) && ($me isin $2) { inc %hop 1 | msg $chan Thanks for the % $nick $+ ! That\'s number: %hop $+ . | halt }
    if (-h isin $1) && ($me isin $2) { inc %dhop 1 | msg $chan Don\'t take my % $nick $+ ! That\'s number: %dhop $+ . | halt }
  }
  if ($gettok(%modez,5,44) = on) { 
    if (+v isin $1) && ($me isin $2) { inc %vop 1 | msg $chan Thanks for the + $nick $+ ! That\'s number: %vop $+ . | halt }
    if (-v isin $1) && ($me isin $2) { inc %dvop 1 | msg $chan Don\'t take my + $nick $+ ! That\'s number: %dvop $+ . | halt }
  }
}

menu channel { 
 Status thanker:
 .Owner On/Off:$iif($gettok(%modez,1,44) = on,set %modez $reptok(%modez,on,off,1,44),set %modez $reptok(%modez,off,on,1,44)
 .Admin On/Off:$iif($gettok(%modez,2,44) = on,set %modez $reptok(%modez,on,off,2,44),set %modez $reptok(%modez,off,on,2,44)
 .Op On/Off:$iif($gettok(%modez,3,44) = on,set %modez $reptok(%modez,on,off,3,44),set %modez $reptok(%modez,off,on,3,44)
 .Hop On/Off:$iif($gettok(%modez,4,44) = on,set %modez $reptok(%modez,on,off,4,44),set %modez $reptok(%modez,off,on,4,44)
 .Voice On/Off:$iif($gettok(%modez,5,44) = on,set %modez $reptok(%modez,on,off,5,44),set %modez $reptok(%modez,off,on,5,44)
}

This code is untested.

 Respond  
Saeed commented on a Page, On invite  -  Sep 28, 2007

It would be easier if you could have the \'s switched to variables because it\'s easier to type /set %botname name instead of going through the script and changing the text. And, just in case a user doesn\'t specify, add an if ($2-) event to double-check if the user actually types the parameters. Other then that, it looks alright. You also have a typo/spelling error, it should be circumstances.

 Respond  
Saeed commented on a Page, Random Nick Changer  -  Sep 28, 2007

It\'s so much easier to add it without having to open the scripts editor and create a new line in the alias just for another nick. And you\'re right, shorter isn\'t always better but it would be in this case. It\'s much easier to have in all in one line and use tokens. I would follow the ideas of the others because they are much easier to configure and use.

 Respond  
Saeed commented on a Page, mp3 length/position statistics  -  Sep 28, 2007

I wouldn\'t expect too much of a code for this type of snippet. Sometimes being simple is enough, as to the 5 I think that is what this snippet deserves. I\'m glad you found this useful.

 Respond  
Saeed created a Page  -  Sep 28, 2007
119 

This is a simple code that returns the percentage of capital and non-capital letters in a line of text.

Saeed commented on a Page, Op Thanker  -  Sep 28, 2007

There seem to be quite a few of these on here. And this isn\'t that different from the other ones. You should include the option to turn the script on or off using groups and a way to display your current mode count.

 Respond  
Saeed commented on a Page, User Control dialog  -  Sep 28, 2007

In you on join event and future events you should include an if ($dialog(Chan)) so that you don\'t receive an error.

 Respond  
Saeed commented on a Page, Caps kicker  -  Sep 28, 2007

I fixed it. Thanks. =) You can edit the percentage in the %percentage variable below the if ($nick isreg $chan)

 Respond  
Saeed created a Page  -  Sep 27, 2007
1,489 

Pretty simple code. I am currently experimenting the use of regex as I have just started learning. This snippet uses regex to monitor the precentage of capital letters used in bits of text. I hope this works for everyone.

Saeed created a Page  -  Sep 26, 2007
570 

Another simple code returning the information of your sepcifications of the current mp3. See the in-code comments for more info.

Saeed   -  Sep 26, 2007

@guest598594 In comparison to mountain dew you\'re probably right. But on average, it\'s not that bad. I still drink it too much anyway. =(

 Respond  
Saeed   -  Sep 26, 2007

@guest598594 Not quite my favorite but it definitely comes in second. I\'m a coke addict ftl. =(

 Respond  
Saeed commented on a Page, mp3 length/position statistics  -  Sep 26, 2007

I don\'t think that the = matters when using the /var command. As to the $inmp3 part, you are probably right about that I will edit that right now. Thank you for your positive feedback.

 Respond  
Saeed created a Page  -  Sep 26, 2007
385 

A simple code to give you the mp3 length/position information of the currently playing mp3. See the in-code comments for more details about this snippet and how to use.

Saeed commented on a Page, Super Akick script - bot version  -  Sep 26, 2007

What is the join event for? It would have already added the user to the akick list when you typed `akick. You should add more specifications to the code, things like if ($2) && ($3-). You should also specify if $2 ison $chan to check if the nick is already in the channel. Otherwise, you will recieve an error.

 Respond  
Saeed commented on a Page, !RandomMP3 *Updated*  -  Sep 26, 2007

Thanks mountaindew that\'s much appreciated.

 Respond  
Saeed commented on a Page, !RandomMP3 *Updated*  -  Sep 26, 2007

Not a bad little snippet but it\'s lacking more mp3 functions. How about adding an if event to check if the mp3.txt actually exists? I would add a pause/resume option to the snippet as well. I think that there is no need of the /set, why not use local variables? There is also no need of the / before the /msg while I\'m being extremely picky.

 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.