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

by tami
Thu Dec 01, 2005 12:05 am
Forum: Scripting Help
Topic: mysqltcl scripting questions: how to catch an exception?
Replies: 1
Views: 5250

mysqltcl scripting questions: how to catch an exception?

hi, i succesfully migrated an old script using tcl-sql to mysqltcl (and this post was extremely helpful in that migration. now i'm wishing to go to the next step. i want to catch exceptions. say i want to delete something from the database. however, that deleted item does not exist to begin with. ho...
by tami
Tue Mar 25, 2003 1:50 pm
Forum: Archive
Topic: invalid idx
Replies: 3
Views: 1069

that's the whole script besides a line that listens for connections on a specific port (see other post)

it works with a php script. i'll have to figure them out together, i guess...
by tami
Tue Mar 25, 2003 1:47 am
Forum: Archive
Topic: invalid idx
Replies: 3
Views: 1069

invalid idx

another one for the night i have this tcl script.. control $idx incoming } proc incoming {idx args} { if {[join $args] != "" } { putserv "PRIVMSG #channel :$args" } killdcc $idx why would i get this error? (below) Tcl error [incoming]: invalid idx what's an idx? why is it invalid...
by tami
Mon Mar 24, 2003 11:33 pm
Forum: Archive
Topic: binding to a port lower than 1024
Replies: 2
Views: 790

binding to a port lower than 1024

well, my eggdrop cannot be run by root, so this is my only option... so i have this script that runs like this... listen [portnumber] it's going to be listening to a specific host which can access a very very limited number of ports (outgoing.. for some reason, telnet/23 doesn't work, but ssh/22 and...
by tami
Sat Mar 22, 2003 11:08 pm
Forum: Archive
Topic: using psybnc scripts
Replies: 9
Views: 1802

Freeman wrote:is your eggy on a shell with vhost? can set vhost in ur eggy conf.good luck
no, it's not....that's why i'm using the bouncer...
by tami
Fri Mar 21, 2003 12:09 am
Forum: Archive
Topic: using psybnc scripts
Replies: 9
Views: 1802

ah that's upsetting... my only concern for using a bnc at the moment is to hide my hostmask. :x oh well..

thanks for your assistance!
by tami
Wed Mar 19, 2003 10:21 pm
Forum: Archive
Topic: using psybnc scripts
Replies: 9
Views: 1802

hi ppslim,

thanks for your help. do you know exactly where the problem would be in psybnc?
by tami
Wed Mar 19, 2003 1:07 pm
Forum: Archive
Topic: using psybnc scripts
Replies: 9
Views: 1802

thanks, but it still hangs on the identify text... :(

any other ideas?
by tami
Tue Mar 18, 2003 11:17 pm
Forum: Archive
Topic: using psybnc scripts
Replies: 9
Views: 1802

btw this is the script on one of them that failed..: # Set this for the psybnc HOSTNAME or IP set x.x.x.x:6667 # Your psybnc password set psybnc_pass "password" # Don't edit anything below unless you know what you're doing bind notc - "please identify!" psybnc proc psybnc {nick u...
by tami
Tue Mar 18, 2003 10:39 pm
Forum: Archive
Topic: using psybnc scripts
Replies: 9
Views: 1802

using psybnc scripts

hi, i have an issue routing my eggdrop through a psybnc. i have tried 2 TCLs (one from this archive: mc_psybnc, and another i found off the web, irco-psybnc) and neither work for me. i have admin rights to the bouncer but don't actually see identification attempts. i DO, however, see connection atte...
by tami
Sat Mar 08, 2003 11:10 pm
Forum: Archive
Topic: IMDb site changed - any working scripts?
Replies: 19
Views: 6918

mine works. try looking for the imdb-20030014.tcl version.

i'd still like to know if anyone figured out how to show the imdb top 250. that was a great addition.

thanks.
by tami
Thu Nov 28, 2002 6:15 pm
Forum: Archive
Topic: IMDb site changed - any working scripts?
Replies: 19
Views: 6918

the newest imdb is 20030014, right? i was just wondering if we could return the imdb top 250 rating... for example, the past script worked as such: [16:59:42] <@tami> !imdb godfather [16:59:43] <+eggdrop> Godfather: Part II, The (1974) ( http://www.imdb.com/Title?0071562 ) [16:59:44] <+eggdrop> Genr...
by tami
Wed Feb 06, 2002 4:45 am
Forum: Archive
Topic: obtaining text from a line of chat
Replies: 1
Views: 451

i currently have this code in a script that i own: bind pub - bye pub_bye which calls the pub_bye procedure when i type the word "bye" as the FIRST word on a line. i was wondering how to further enhance this "bye" code segment to call pub_bye if the i type something like "wh...