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

by c0urier
Thu Nov 14, 2013 3:14 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432267

Also quite a few of the commands are not working, !public gives the error:
OAuth failed: (404) Code: 34; Errors: message: sorry; That page does not exist ( ok )
by c0urier
Thu Nov 14, 2013 1:58 pm
Forum: Script Support & Releases
Topic: Public Quotes System (current version: 1.32)
Replies: 53
Views: 72116

That one gives:
[18:58:04] Tcl error in script for 'timer3':
[18:58:04] missing close-bracket
in expression "[info exists instance($..."

It's line 793:
Wrong:

Code: Select all

if {[info exists instance($chan$type)} {
Correct:

Code: Select all

if {[info exists instance($chan$type)]} {
by c0urier
Wed Nov 13, 2013 12:58 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432267

Solved.

I've run into a situation where the bot spams wit these messages every minute. I read somewhere in the thread it's caused by channel's being entered into botname.conf - I have commented out the whole #Channel section in my bot's config file, but still this message is spammed every minute. (17:55:35)...