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

by ben
Sun Jun 24, 2007 10:19 am
Forum: Scripting Help
Topic: wrong # args: should be
Replies: 1
Views: 2185

wrong # args: should be

No idea why, im getting this error: Tcl error [msg:helloonrequest]: wrong # args: should be "msg:helloonrequest nick uhost handle channel arg" And here's the src: bind msg - sayhellotome msg:helloonrequest proc msg:helloonrequest { nick uhost handle channel arg } { putserv "NOTICE $ni...
by ben
Sun Jun 17, 2007 3:29 pm
Forum: Eggdrop Help
Topic: Eggdrop and Debian
Replies: 4
Views: 10199

Eggdrop and Debian

Ive compiled eggdrop on my debian using: apt-get install eggdrop Now I logged into another account i want use with eggdrop and i type: ~$ eggdrop eggdrop/eggdrop.conf Though I get errors: Can't load modules dns: /home/eggs/modules/dns.so: cannot open shared object file: No such file or directory Can...
by ben
Sun Jun 17, 2007 1:23 pm
Forum: Scripting Help
Topic: Mysqltcl [Can't connect to local MySQL...]
Replies: 2
Views: 2729

Thats how I have: set sqlhand [mysqlconnect -host $sdt(hostname) -user $sdt(username) -password $sdt(password)] mysqluse $sqlhand $sdt(database) And I still get: Tcl error [sdt:chat]: mysqlconnect/db server: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) Even if...
by ben
Sat Jun 16, 2007 5:09 pm
Forum: Scripting Help
Topic: Mysqltcl [Can't connect to local MySQL...]
Replies: 2
Views: 2729

Mysqltcl [Can't connect to local MySQL...]

So I did (debian): apt-get install mysqtcl Was happy finally having mysqltcl. Though it didnt last long. Once I try to connect to mysql i get: Tcl error [sdt:chat]: mysqlconnect/db server: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' though the problem is have apa...