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

by MrStonedOne
Sun Nov 15, 2009 1:28 pm
Forum: Eggdrop Help
Topic: Dcc file get
Replies: 1
Views: 2862

you have to be identifyed to the bot with your host added before it will accept files from you. see the faq and command list for more info.
by MrStonedOne
Sun Nov 15, 2009 1:24 pm
Forum: Eggdrop Help
Topic: ./configure problem
Replies: 3
Views: 4812

tcl installs to /usr/local/lib, what i did was ln -s the .so to /usr/lib to fix this.
by MrStonedOne
Sun Nov 15, 2009 1:10 pm
Forum: Modules & Programming
Topic: how can i disable the mode-queue ?
Replies: 4
Views: 11829

my bot is oper and i have it sajoining itself to all the channels on its list (it then parts inactive channels) putnow "sajoin $::botnick [join [channels] ,]" add something like that inside of a init-server evnt bind Note: putnow is a tcl proc i have that uses putdccraw. proc putnow {a {op...
by MrStonedOne
Sun Nov 15, 2009 12:25 pm
Forum: Modules & Programming
Topic: vwait / binds / eventloop
Replies: 11
Views: 22378

Sadly async fileevents on rather idle eggdrops will only get called once each second. So http async calls can be a lot slower than their sync counterparts. well a dirty way to fix that is to do utimer 0 vwaitfix;proc vwaitfix {} {update;utimer 0 vwaitfix} if done right it should have async http cal...
by MrStonedOne
Tue Feb 10, 2009 7:45 am
Forum: Tcl FAQ
Topic: Tcl performance, script optimization
Replies: 6
Views: 34121

if and set

im not sure how faster this is... but remember, the set command returns what was just set on something. so if {[set nick [hand2nick $::owner]] == "blah"} putlog "$nick" is faster then if {[hand2nick $::owner] == "blah"} putlog "[hand2nick $::owner]" and as you...
by MrStonedOne
Sun Feb 25, 2007 10:33 am
Forum: Eggdrop Help
Topic: eggie config
Replies: 2
Views: 2839

u did something wrong:

-+nodesynch

u need to remove the -, so its just +nodesynch
by MrStonedOne
Sun Feb 25, 2007 8:54 am
Forum: Eggdrop Help
Topic: Bot Uptime Contest
Replies: 10
Views: 6607

this is egghelp, a eggdrop help site, u need eggheads,


egghelp != eggheads

they are ran by two differnt teams, and rarely talk to eachother
by MrStonedOne
Sun Feb 25, 2007 8:42 am
Forum: Eggdrop Help
Topic: Eggdrop Wont Create User File or Connect to Server
Replies: 19
Views: 19911

same thing here, it cant be tcl cuz a script to write to a file on load works fine, even so, ubuntu installed tcl for me, so i cant do [censored] like that... well, maybe i can.... but i like i said, i dont think tcl is it, everything eggdrop works fine, it just cant use sockets for some reason, any...