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

by Furbs
Sun Jul 04, 2010 10:20 am
Forum: Eggdrop Help
Topic: eggdrop -n
Replies: 1
Views: 3110

eggdrop -n

Hey, i've got a bit of a problem, the only way Eggdrop will connect to a server is if i do eggdrop -n.....

it doesn't work any other way.....

any ideas/suggstions?
by Furbs
Mon Oct 06, 2008 2:31 am
Forum: Script Requests
Topic: !topic & !status commands
Replies: 6
Views: 4732

Re: !topic & !status commands

I currently have an mirc bot, but i am trying to change everything over to eggdrop but i don't really understand the tcl scripting, i am learning though. On my mIRC bot i have a topic script, with two commands !topic and !status. !topic will change one part of the topic and !status changes the othe...
by Furbs
Thu Oct 02, 2008 10:36 am
Forum: Script Requests
Topic: Connect LookUp
Replies: 4
Views: 2601

bind pubm f * check:connect set aussie "0" set kiwis "0" proc check:connect { nick host hand chan arg } { if {([string match -nocase "*connect*" [lindex $arg 0]])} { set nick [lindex $arg 5] regexp "(\[0-9]{1,3})\.(\[0-9]{1,3})\.(\[0-9]{1,3})\.(\[0-9]{1,3})" ...
by Furbs
Thu Oct 02, 2008 8:16 am
Forum: Scripting Help
Topic: TCL error: wrong # args error.
Replies: 3
Views: 5073

Re: TCL error: wrong # args error.

try like

Code: Select all

proc spr:setweapon { nick host hand chan {arg ""} } {
by Furbs
Wed Oct 01, 2008 10:23 pm
Forum: Script Requests
Topic: Connect LookUp
Replies: 4
Views: 2601

ok i've made some more improvements, it catches when Operserv says CONNECT so now i just need someone to make it dns the IP and determine where its from :) heres what i've got so far bind pubm f * check:connect proc check:connect { nick host hand chan arg } { if {([string match -nocase "*connec...
by Furbs
Wed Oct 01, 2008 9:50 pm
Forum: Script Requests
Topic: Request script
Replies: 1
Views: 1672

Re: Request script

LiquidIce wrote:I want this script to do @request #room email soon as they do the request min requirements they must have 10 ppl in the room in order for the request to be sent to the admin. and send a email to the user


@request #testchan blah@email.com
do you want this for everyone to use?
by Furbs
Wed Oct 01, 2008 9:39 pm
Forum: Script Requests
Topic: Connect LookUp
Replies: 4
Views: 2601

Connect LookUp

Hey all, long time visitor, first time poster ;) was wondering if i could get a bit of help what i want is, my eggdrop will get a line, example: [03:01] <OperServ> 4CONNECT on server 12nick!host@stuff (ip) and i want it to, dns the IP, and if it resolves to Australian or New Zealand, to increase a v...