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 30 matches

by Draknon
Mon Apr 16, 2018 1:18 am
Forum: Scripting Help
Topic: I have gone brain fried trying to learn this
Replies: 9
Views: 9839

so far it seems to be working perfectly.
by Draknon
Sun Apr 15, 2018 1:34 am
Forum: Scripting Help
Topic: I have gone brain fried trying to learn this
Replies: 9
Views: 9839

Draknon: a little late, but please try this out and see if it will run:)
I'll give it a shot..
by Draknon
Sat Apr 14, 2018 2:26 am
Forum: Eggdrop Help
Topic: an interesting glitch with .whois
Replies: 1
Views: 4573

the fix was that I was on 1.6 and I upgraded to 1.8.3 and it is working properly now.
by Draknon
Sat Apr 14, 2018 2:22 am
Forum: Scripting Help
Topic: I have gone brain fried trying to learn this
Replies: 9
Views: 9839

thanks a lot .. got it all done now :)
by Draknon
Thu Apr 12, 2018 7:34 am
Forum: Eggdrop Help
Topic: an interesting glitch with .whois
Replies: 1
Views: 4573

an interesting glitch with .whois

I am coming across this litte glitch and was hoping someone might know how to fix it other than telling the person to change their nick. <Draknon> .whois {vivi}D <companion> [04:26:12] #Draknon# whois {{vivi}D} <companion> Can't find anyone matching that. Notice, it put an extra { in front on her ni...
by Draknon
Thu Apr 12, 2018 7:08 am
Forum: Scripting Help
Topic: I have gone brain fried trying to learn this
Replies: 9
Views: 9839

1st: thank you very much, that will help immensly..

2nd:
As for the mIRC code you mentioned it spits out a line from that file every 3 minutes? Dose it ever stops? When?
it is only triggered when a person joins the chan then 3 min later plays 1 random line and stops there.
by Draknon
Thu Apr 12, 2018 5:50 am
Forum: Scripting Help
Topic: I have gone brain fried trying to learn this
Replies: 9
Views: 9839

I have gone brain fried trying to learn this

on 1:JOIN:#:/play -r #The-Dungeon C:\random\random.txt 120000 what that line does is "plays"(similar to PRIVMSG $chan) a random line from file random.txt at a 3 min delay so my question is either where do I get the info for getting a random line from a file to send to the chan or.. what i...
by Draknon
Mon Apr 09, 2018 8:17 pm
Forum: Scripting Help
Topic: how do I do an action with tcl?
Replies: 6
Views: 7108

Thanks for all the help.. I got it done.. :)
by Draknon
Mon Apr 09, 2018 1:58 am
Forum: Scripting Help
Topic: Did I do this wrong?
Replies: 4
Views: 5500

all good, thanks for the help
by Draknon
Mon Apr 09, 2018 1:55 am
Forum: Script Requests
Topic: voice for nick with non Cap 1st letter
Replies: 6
Views: 6707

got this all set and working .. thanks for all the help
by Draknon
Mon Apr 09, 2018 1:55 am
Forum: Script Requests
Topic: Trying to go from mIRC to tcl
Replies: 12
Views: 9704

willyw is awesome this is all set...
by Draknon
Sun Apr 08, 2018 3:58 am
Forum: Scripting Help
Topic: Did I do this wrong?
Replies: 4
Views: 5500

I really appreciate all the help.. I am just having a hard time understanding all of this.. I am one of those people that I need the line and what is does and an example of it being used and the explanation of why. so again thank you and please be patient as I have a difficult time reading and learn...
by Draknon
Sun Apr 08, 2018 3:41 am
Forum: Script Requests
Topic: voice for nick with non Cap 1st letter
Replies: 6
Views: 6707

ok, new information ... # # Script: sub voice # namespace eval NickCase { set channel "#The-Dungeon" bind join - * [namespace current]::joined bind nick - * [namespace current]::nick_chk proc joined {nick uhost hand chan} { variable channel if {![string match -nocase $chan $channel]} retur...
by Draknon
Sun Apr 08, 2018 2:31 am
Forum: Script Requests
Topic: Trying to go from mIRC to tcl
Replies: 12
Views: 9704

... 2 can it be linked to a single person? how? Probably. But I don't understand what you mean, yet. Explain more. Or, show an example. bind pub - "!cocoa" cocoa proc cocoa {nick uhost handle chan text} { putserv "privmsg $chan :\001ACTION Whatever you want to have bot say to $nick g...
by Draknon
Sat Apr 07, 2018 11:21 pm
Forum: Scripting Help
Topic: how do I do an action with tcl?
Replies: 6
Views: 7108

thanks for thinking I also was fluent in mirc language enough to know that the /me would be a CTCP I had no idea it was till I got the \001ACTION command. and again, thanks for the help.