This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 33 matches

by crymsun
Mon Dec 17, 2018 5:23 pm
Forum: Script Requests
Topic: Auto & trigger voice/devoice
Replies: 6
Views: 5977

Great script!

The bot is on a network that has Chanserv and Nickserv.. so different levels of op...

The bot is a super op (has the & symbol) - for some reason when tested, it claims it can't voice due to not being opped.

Any ideas?
by crymsun
Mon Dec 17, 2018 9:43 am
Forum: Script Requests
Topic: Auto & trigger voice/devoice
Replies: 6
Views: 5977

Auto & trigger voice/devoice

Scrolled through a ton of scripts here... but none had this combination, and a few that were close, the person solved themselves without posting the finished script... IF you do find a script that matches, feel free to post the link... I may have missed it. Thanks in advance to all that help! Need a...
by crymsun
Mon Dec 10, 2018 3:11 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70904

Also... the output profile's nick is given in all lowercase. I tried the fix you gave originally, but that didn't seem to work...

I am using the original code provided (changed only the chan name and "location" or "orientation").
by crymsun
Sun Dec 09, 2018 6:24 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70904

Got it!!! Thank you.

I wondered... is there any way to add an !editprofile feature? (Currently have it as !addprofile instead of !setup).

Rather than the user having to go through all the steps again... upon !editprofile the bot would bring up that nick's profile and the user could edit it?
by crymsun
Sun Dec 09, 2018 12:29 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70904

I have loaded the script below... but I'm not sure what kind of files/folders I'm supposed to set up in the eggdrop directory... I created a "Profiles" folder in the directory... but not sure how the script links to it... do I need to set up text files, or does the script create them? Any ...
by crymsun
Sun Dec 02, 2018 12:12 pm
Forum: Script Requests
Topic: Timed Messages - adding trigger
Replies: 1
Views: 3503

Timed Messages - adding trigger

I had wanted timed "Did you know?" messages to display on the channel every 30 min (or whatever interval), and also upon the !know trigger. I am asking for help with: - how can I add the !know trigger so that a line from the text file is posted every 30 min, and in addition when a user typ...
by crymsun
Sat Dec 01, 2018 12:13 pm
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

I could sure use someone to test this script and report back here please:) I didn't want to try it, since the other one you provided worked perfectly. After weeks of hair-pulling insanity, I'm not changing a thing until I become much more fluent in tcl! Once that happens.. I think I'd like to be ab...
by crymsun
Mon Nov 26, 2018 11:06 pm
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

THANK YOU!!!!

Thank you, thank you a hundred times thank you. It worked. Got others to come in and test it out... works wonderfully.

Cannot thank you enough, truly... I was ready to chuck the whole thing, channel and all.
by crymsun
Sun Nov 25, 2018 10:07 pm
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

Here is what I am currently working with (having given up on trying to do !rules !help and !admin).. set chanrules { "rules line 1" "rules line 2" } bind pub - !rules <nick> proc pub:t {nick uhost hand chan text} { global chanrules set rulenick [lindex [split $text " "]...
by crymsun
Wed Nov 14, 2018 10:36 pm
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

Sorry I wasn't clear... I tried (perhaps stupidly?) to replicate the code you provided into two additional scripts... one for !help and one for !admins... (in addition to the !rules script). I added the source lines to the config file.. restarted the bot... But somehow that made only one of the scri...
by crymsun
Wed Nov 14, 2018 6:25 pm
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

So... still only one set of text responds to any ! command... and another problem is that they are displaying to everyone in the channel.. rather than a notice or priv msg. I did a full kill/restart prior to test. It DID load the one text, no errors coming back at me... (many, many thanks, Spike for...
by crymsun
Wed Nov 14, 2018 12:25 pm
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

crymsun, Explain completely what that script is doing now, and what you wish it would do differently. Using the script you provided, any user that types an i<word> command, gets sent the rules as listed in the rules script. So... when someone types !rules, they get the rules... unfortunately, when ...
by crymsun
Wed Nov 14, 2018 12:11 pm
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

Thanks willyw.. but I really wanted to avoid the use of other files.

I am SUCH a newbie... and learning the script plus learning all the putty and shell commands/directories. My brain hurts.
by crymsun
Wed Nov 14, 2018 10:42 am
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

Spike - really appreciate how quickly you replied, thank you. The difficulty I am having is that it creates an "i" command - so the rules would be sent to the user no matter what followed the "i" (e.g. when they type !help or !anyword they would still only be sent the rules).
by crymsun
Wed Nov 14, 2018 8:57 am
Forum: Script Requests
Topic: Simple, simple, idiot proof !rules script
Replies: 28
Views: 20765

Caesar

The error I'm getting is:

Tcl error [::say::rules]: can't read "who": no such variable