LadySorien

LadySorien

Joined
Oct 17, 2010

Activity Stream

LadySorien commented on a Page, here  -  Jun 08, 2011
 Respond  
LadySorien commented on a Page, Bar (Revamped)  -  Jun 02, 2011

Another update to my bar snippet, and a big thanks and kisses to BigSteve who's been helping me fix it.

 Respond  
LadySorien commented on a Page, Help Script  -  Mar 21, 2011

I honestly don't knwo if we're going to get the irc op section running. Though I guess I could get started if there was enough interest

 Respond  
LadySorien commented on a Page, Help Script  -  Mar 18, 2011

aye Hun we still have the website to finish constructing as well

 Respond  
LadySorien commented on a Page, Help Script  -  Mar 17, 2011

will do as well, i guess we'll get the ircop stuff added at some point

 Respond  
LadySorien commented on a Page, Bar (Revamped)  -  Mar 15, 2011

@gooshie, not all know that don't not underestimated people's stupidity

 Respond  
LadySorien commented on a Page, WelcomeBack  -  Mar 12, 2011

It worked fine for me

 Respond  
LadySorien commented on a Page, Help Script  -  Mar 03, 2011

Don't know the version at all. And I know for a fact all those commands work on the server I help run. I don't know what commands are outdated on the other servers, there's too much variation between servers for me to properly edit it. if you see something you wanted added your more the welcome to add it yourself

 Respond  
LadySorien commented on a Page, Help Script  -  Feb 17, 2011

Dean I didn't write the mode section, so if there's anything that's not there that would be because BigSteve didn't add it. Not every command is listed there just the ones that he and I felt were important.

 Respond  
LadySorien created a Page  -  Feb 16, 2011

A help dialog with some of the service commands all users can use. This is for servers that have anope. Paste it into remotes then right click in channel, nicklist, or query to bring it up.

LadySorien commented on a Page, MYmoney addon [store]  -  Feb 15, 2011

you use /mode #cm7ex several, which while cause an error if that channel doesn't exist
it should simply always be /mode $chan

 Respond  
LadySorien commented on a Page, Channel Monitor  -  Feb 13, 2011

Sighs and grumbles at her script CHANMON Unknown command. I seriously need a new script.

 Respond  
LadySorien commented on a Page, Channel Monitor  -  Feb 13, 2011

How would on go about opening this? I keep getting an UNKNOWN COMMAND: LIME_CM every time I try to open it no matter what I do

 Respond  
LadySorien commented on a Page, Bar (Revamped)  -  Feb 07, 2011

Thanks Jethro

 Respond  
LadySorien commented on a Page, Bar (Revamped)  -  Feb 07, 2011

Thinking of adding an on/off switch and maybe some flood protection

 Respond  
LadySorien commented on a Page, Spin the bottle  -  Feb 06, 2011

okay Dean, I now see the difference

 Respond  
LadySorien commented on a Page, Spin the bottle  -  Feb 06, 2011

Jethro I believe you have a small typo in your code you use %xx and then %xxx

 dare:{ var %xx = $nick(#,$r(1,$nick(#,0))), %xxx = $nick(#,$r(1,$nick(#,0))) 
 Respond  
LadySorien commented on a Page, Bot Quote Script  -  Feb 03, 2011

Nice job

 Respond  
LadySorien commented on a Page, weed (with colors)  -  Feb 03, 2011

Jethro

And possibly cause your CPU to overheat, potentially damaging itself if its poorly maintained.

Wow, that is a bit too extrame, don't you think?
Maybe but like I said before I'm quoting Wader

 Respond  
LadySorien commented on a Page, weed (with colors)  -  Feb 03, 2011

This is from Wader

if there is no close bracket, you risk the chance of an infinite loop or while loop, until which will obvious crash your PC due to it running 100% on an infinite loop. And possibly cause your CPU to overheat, potentially damaging itself if its poorly maintained.

Its always good practice to keep good, clean, well presented and most importantly commented code so other people can understand what is/meant to be happening

 Respond  
LadySorien commented on a Page, nicklist invite  -  Feb 03, 2011

Okay a couple of things, it's a good first try on your boi's part.
But there is a better way of setting up an invite where you don't have to have it more than once. If you leave it the way it is right now you're missing a closing bracket as well.

menu nicklist {
  . Invite Nick: /invite $$1  $$?=" Enter Channel" 
}
 Respond  
LadySorien commented on a Page, WelcomeBack  -  Jan 22, 2011

well done

 Respond  
LadySorien commented on a Page, F-Keys Alias  -  Jan 22, 2011

that would be the o key sticking

 Respond  
LadySorien commented on a Page, F-Keys Alias  -  Jan 21, 2011

Yes you could, but I always found pressing F3 to voice and F4 to de op myself much easier than clicking

 Respond  
LadySorien commented on a Page, Dark Wolf killer  -  Jan 16, 2011

Hi xdesto

 Respond  
LadySorien commented on a Page, Dark Wolf killer  -  Jan 16, 2011

Just because it works for you, doesn't mean it works for everyone.

 Respond  
LadySorien commented on a Page, Dark Wolf killer  -  Jan 16, 2011

Did you even test it? It doesn't work when you right click on the name. If you want them to go back into whoever if you right click then it should be...

...[-Transform Back-]:{ me transforms back into $1 }

Always test your code before posting

 Respond  
LadySorien commented on a Page, Dark Wolf killer  -  Jan 16, 2011

I assume you wanted this as popups. First off all the %user isn't set so when anybody uses wolf two it comes back incomplete. It comes back as "me transforms back into ". I believe you wanted the person to go back to themselves. Also your coding can be simplified. This at best is untested and incomplete

menu nicklist,query {
  .[Wolf Attacks} 
  ..[-Transform/Lay-]:{ me transforms into a wolf and lays at $1 $+ 's feet }
  ..[-Transform Wolf-]:{ me transform into a wolf } 
  ..[-Transform Back-]:{ me transforms back into themselves }
  ..[-Eats-]:{ me attacks and eats $1 }
  ..[-Attacks-]:{ me attacks $1 }
  ..[-Walks-]:{ me walks over to $1 }
  ..[-Snarls-]:{ me snarls at $1 }
  ..[-Sniffs-]:{ me sniffs $1 }
  ..[-Watches-]:{ me watches $1 closely }
  ..[-Protects-]:{ me protects $1 }
  ..[-Defends-]:{ me defends $1 }
} 

You misspelled snarls, and you also repeated a couple of them. I also changed the things from wolf so you could tell what each did with out having to test each of them.

 Respond  
LadySorien commented on a Page, Dark Wolf killer  -  Jan 16, 2011

you're missing a closing bracket

 Respond  
LadySorien commented on a Page, Channel Topic Design  -  Jan 02, 2011

Has anybody noticed the updated version doesn't have an opening bracket?

 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.