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

by ComputerTech
Tue Aug 18, 2020 11:15 am
Forum: Scripting Help
Topic: CloneScanner Showing Too Many results
Replies: 10
Views: 7437

Oh, forgot about this post heh, i'll try the fixed version and report back

Cheers in advanced caesar :)
by ComputerTech
Tue Aug 18, 2020 11:10 am
Forum: Scripting Help
Topic: Invite help
Replies: 5
Views: 4350

Thanks CrazyCat :D
by ComputerTech
Thu Aug 13, 2020 3:54 pm
Forum: Script Support & Releases
Topic: (SOLVED) CrazyCat's ChanRelay.tcl
Replies: 30
Views: 26255

hmm, i thought i did rehash after editing, let me try once again :roll:
by ComputerTech
Thu Aug 13, 2020 3:15 pm
Forum: Script Support & Releases
Topic: (SOLVED) CrazyCat's ChanRelay.tcl
Replies: 30
Views: 26255

CrazyCat, your chanrelay.tcl works fantastic, thought when I try to set the colour of act's and mode "col_act" "lightred" "col_jpq" "lightblue" "col_mode" "green" And I found the set colour variables variable colors { "white" &quo...
by ComputerTech
Thu Aug 13, 2020 2:13 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1108475

A Suggestion. To allow the file aplists to be set by user, and Not hardcoded. No a big issue at all, just a suggestion. Another one is, adding punishment's, Gline,Gzline and shun, Since Kline and kill, arn't exactly the most effective punishments. (Example) Kline/Gline uses more bandwidth in general...
by ComputerTech
Tue Aug 11, 2020 10:08 am
Forum: Script Requests
Topic: "Visit" URL with command .pizza
Replies: 16
Views: 10654

Nice code CrazyCat :D

I like the way you did this

Code: Select all

if { ![isop $nick $chan] && ![ishalfop $nick $chan] && ![isvoice $nick $chan] } { return 1 }
I will use that for my code from now on :D
by ComputerTech
Mon Aug 10, 2020 10:17 pm
Forum: Script Requests
Topic: "Visit" URL with command .pizza
Replies: 16
Views: 10654

Like this :) bind pub - ".pizza" pizzame package require http proc pizzame {nick host handle chan text} {     if {![isop $nick $chan]} { return 1 } set tok [::http::geturl "http://google.de/pizza.php?user=$nick"]   set data [::http::data $tok]     putserv "PRIVMSG $chan :$da...
by ComputerTech
Sat Aug 01, 2020 8:52 am
Forum: Scripting Help
Topic: Invite help
Replies: 5
Views: 4350

I know about raw commands and such, but i am not fully sure how to do so :?

Can you maybe create a small bit of it? and i can add onto it?

Would be super Cool :D
by ComputerTech
Fri Jul 31, 2020 10:46 pm
Forum: Scripting Help
Topic: Invite help
Replies: 5
Views: 4350

Invite help

Is it possible to make the bot check if a user has ~ (owner) or not without being on the channel? Perhaps the bot could use /whois nick? it shows that way, what i need is a user invites a bot to a channel with /msg bot join #channel, and the user inviting Must have ~ (owner) on that channel, otherwi...
by ComputerTech
Wed Jul 29, 2020 11:27 pm
Forum: Scripting Help
Topic: bar script help (again)
Replies: 10
Views: 6009

Cool, worked a treat CrazyCat :D i was thinking of anothr feature, a tip service, could we work with this perhaps? !tip $amount and this adds to the receipt as a seperate line or array but some how make a total amount of both the drinks and the tip would this be possibly easy? or quite difficult to ...
by ComputerTech
Tue Jul 28, 2020 6:36 am
Forum: Scripting Help
Topic: bar script help (again)
Replies: 10
Views: 6009

Second Choice looks good :D

Thanks CrazyCat, i'll go add it right away :wink:

Cheers :P
by ComputerTech
Mon Jul 27, 2020 7:08 pm
Forum: Scripting Help
Topic: bar script help (again)
Replies: 10
Views: 6009

Yeah, but when i did !heineken john it responded with *Fills up the glass with heineken *Gives the heineken to j9hn *Enjoy your heineken ComputerTech, Your Total Bill Amount Is $6 so i guess this >> *Enjoy your heineken ComputerTech, Your Total Bill Amount Is $6 is the problem, perhaps if it checked...
by ComputerTech
Mon Jul 27, 2020 4:11 pm
Forum: Eggdrop Help
Topic: DCC session closed in ctcp chat or DCC chat session timeout
Replies: 2
Views: 5381

Yes, that is a good guide Arnold_X-P

Sometimes also you can try editing this part of the config, this can fix firewall problems

Code: Select all

set nat-ip "127.0.0.1"
replace 127.0.0.1 with the box/server/shell ip address :wink:
by ComputerTech
Mon Jul 27, 2020 4:06 pm
Forum: Scripting Help
Topic: bar script help (again)
Replies: 10
Views: 6009

Hmm, it works good, but this part  putserv "PRIVMSG $chan :\001ACTION Fills up the glass with $key\001"       putserv "PRIVMSG $chan :\001ACTION Gives the $key to $vict\001"       putserv "PRIVMSG $chan : Enjoy your $key $nick, Your Total Bill Amount Is \$$::beer::bills($nic...
by ComputerTech
Mon Jul 27, 2020 9:13 am
Forum: Scripting Help
Topic: bar script help (again)
Replies: 10
Views: 6009

Haha, Cheers CrazyCat :wink:

I'll give it a go :P

*ComputerTech Gives CrazyCat A Beer