Ghost-lit Warder

Ghost-lit Warder

Joined
Jun 20, 2007
Location
USA

Activity Stream

Ghost-lit Warder commented on a Page, bad word kick  -  Sep 26, 2007

Good job.

 Respond  
Ghost-lit Warder commented on a Page, acronyms/word replacer  -  Sep 21, 2007

Fixed.

 Respond  
Ghost-lit Warder created a Page  -  Sep 20, 2007
925 

Simple script that utilizes a text file as it's database for your acronyms. Simple to use, easy to configure, and you have the option to turn it on or off. The commands are /addacro (input) (output) and /remacro (input), if you need to disable the snippet: right-click the channel and select the option. ;)

Ghost-lit Warder commented on a Page, Hash Table Manager & Viewer Dialog  -  Sep 14, 2007

I can see a lot of hard work and effort were put into this. In my opinion, I would at least give this a 5.5. Excellent snippet, good job Scakk.

 Respond  
Ghost-lit Warder commented on a Page, Smoking  -  Sep 13, 2007

Just because Sick_Puppy doesn\'t post the script doesn\'t give you the authority to post it yourself. =( Please read some tutorials and learn to script your own.

 Respond  
Ghost-lit Warder commented on a Page, $_d (Dialog open effect)  -  Sep 10, 2007

This is neat. Nice job.

 Respond  
Ghost-lit Warder commented on a Page, Rose Bordered Text  -  Sep 10, 2007
#rosetxt off
on *:input:*:{ 
  if ($left($1-,1) != /) && ($active != Status Window) { 
    msg $active 4,1@}3,1-$--11,1  $1- 3,1--$-13,1{@ | halt
  }
}
#rosetxt end
menu nicklist,query,channel { 
 $iif($group(#rosetxt).status == on, ~Rose Text~ On, ~Rose Text~ Off)
 .~On~: enable #rosetxt
 .~Off~:disable #rosetxt
}

It just checks if what you are typing isn\'t a command and the active window isn\'t a status window. I also removed the %kelsh because it wasn\'t needed. If you are using that kind of script, try using $iif($group(groupname).status to check if it is on or off. =)

 Respond  
Ghost-lit Warder commented on a Page, Mp3  -  Sep 09, 2007

Perhaps a way to adjust the volume. >_> And as I need to, a way to add and remove files.

 Respond  
Ghost-lit Warder commented on a Page, ColoR TexT  -  Sep 09, 2007

[quote=\"FatalPoint\"] And.. what does this do exactly? .. [/quote]

It makes all of your text a light-green depending on what color is selected for that slot.

I have to agree with napa this is pointless.

 Respond  
Ghost-lit Warder commented on a Page, Mp3  -  Sep 09, 2007

Not bad. 6/10 imo. I think you could make it a dialog and add some other options to it. ;)

 Respond  
Ghost-lit Warder commented on a Page, Friends List  -  Sep 07, 2007

lol it\'s okay.

 Respond  
Ghost-lit Warder commented on a Page, Friends List  -  Sep 07, 2007

That\'s not what I meant =0. here is an example:

!addnick nick [greet] etc * nick has joined #channel (greet from user) etc
 Respond  
Ghost-lit Warder commented on a Page, Friends List  -  Sep 07, 2007

Nice concept. How about expanding this a little bit? Perhaps adding a greet option or an auto-status option.

 Respond  
Ghost-lit Warder commented on a Page, Phat Maker thing  -  Sep 07, 2007

Perhaps add a timer to the /msg $nicks and remove the /\'s. You would easily be flooded out.

 Respond  
Ghost-lit Warder commented on a Page, Blacklist (With Manager)  -  Sep 07, 2007

Nice job! Dialogs are perfect, and the events are working fine. Great job. 8/10

 Respond  
Ghost-lit Warder commented on a Page, For Fun  -  Sep 06, 2007

Why would you even need $channel? Just take out the %c as everyone else has said. >_>


if $2 == $null { describe $chan 12Gives4 $2 12 $3- $+ 4. | halt }

That doesn\'t make any sense. Just replace that with:

if (!$2) { msg $chan nick has not been specified | halt }
 Respond  
Ghost-lit Warder commented on a Page, Simple Ops using $istok  -  Sep 05, 2007

I would use the on *:text command, and why not use an ini file?

var %voices = $gettok($readini(status.ini,voices),1-,44) or even exclude the local variable and use

 if ($istok($readini(status.ini,voices),$nick,44) { etc } 

I would also make an alias to add nicks. For example:

alias addstat { 
 if ($istok($readini(status.ini,$1),$2-,44){ $addtok($readini(status.ini,voices), $2-,44) }
 else { writeini -n status.ini $1 nicks $2- }
}
 Respond  
Ghost-lit Warder commented on a Page, Lol  -  Sep 05, 2007

@ Akishoot, It didn\'t look quite right because there were /\'s. ;)
@ M[n]M, you should either make it an input or change your introduction to \'Replies when someone else says lol\'.

 Respond  
Ghost-lit Warder commented on a Page, Mp3 Player  -  Sep 04, 2007

Everything seems to be working fine.. I\'ve tried it with multiple circumstances and everything performed as expected.. I fixed the error of the /player.

 Respond  
Ghost-lit Warder commented on a Page, A Nick completer  -  Sep 04, 2007

*multiple nicks of the same letters in the beginning

 Respond  
Ghost-lit Warder commented on a Page, A Nick completer  -  Sep 04, 2007

Type some letters of a nick on the channel, type tab to finish the rest of the nick. It might malfunction with multiple nicks on the channel but it is pretty useful.

 Respond  
Ghost-lit Warder commented on a Page, A Nick completer  -  Sep 04, 2007

hence why they have the tab feature. ;)

 Respond  
Ghost-lit Warder commented on a Page, Mp3 Player  -  Sep 04, 2007

Alright, I\'ll work on the bugs and most likely redesign the dialog. I will add the option to seek as well. Thank you Lindrian.

 Respond  
Ghost-lit Warder commented on a Page, Mp3 Player  -  Sep 04, 2007

Thank you Zsadist.

 Respond  
Ghost-lit Warder commented on a Page, Mirc Muter!  -  Sep 03, 2007

[ It would ignore the ones you can\'t use and simply put \'#channel You\'re not a channel owner.\' ] - Nevermind, that would be if the server supported qa modes.

 Respond  
Ghost-lit Warder commented on a Page, Mirc Muter!  -  Sep 03, 2007

It would ignore the ones you can\'t use and simply put \'#channel You\'re not a channel owner.\'

@ fatso913, you should make it -ohve and use if ($me isop $chan) so you are not including modes a server doesn\'t have.

 Respond  
Ghost-lit Warder commented on a Page, Mirc Muter!  -  Sep 03, 2007

Ah, I see. I misunderstood the point of your previous code and thought that it was only for one nick. =0 In that case you might as well use $addtok to simple set the nicks to one variable.

 Respond  
Ghost-lit Warder commented on a Page, Mirc Muter!  -  Sep 03, 2007

Wouldn\'t the mode # -havoqe already take care of the -v to the muted nick? =x

 Respond  
Ghost-lit Warder commented on a Page, Mirc Muter!  -  Sep 03, 2007

Well, sure if you want to combine our codes go for it. But to clarify, the order of the script should voice everyone then devoice the muted nick.

 Respond  
Ghost-lit Warder commented on a Page, Mirc Muter!  -  Sep 03, 2007
alias mute { 
  var %x = 1 
  while ($nick($active, %x)) { 
    mode # +vvv $nick($active, %x) | inc %x 1 
  }
  mode # +m
  mode # -havoqe $str($1- $chr(32),6)
  say $1 $+ , you are now muted from $chan until further notice.
}

That should work. It will voice everyone else first and then set +m.

 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.