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

by cez
Fri Mar 05, 2004 10:40 am
Forum: Archive
Topic: mysqltcl
Replies: 11
Views: 4492

If running debian you also need libmysqlclient10
by cez
Wed Nov 19, 2003 11:13 pm
Forum: Archive
Topic: errror in lock channel
Replies: 5
Views: 1554

I think you have one } to much at the end of proc bansfull {
by cez
Mon Nov 17, 2003 2:49 pm
Forum: Archive
Topic: week numbers in tcl
Replies: 2
Views: 1188

Well since I want to retrieve the results per week and I don't need it more precise than that it seemed most logical to me to just save the week. But I'm about to change me mind about that week numbers seems to be messed about with diffrent standards.
by cez
Sun Nov 16, 2003 8:17 pm
Forum: Archive
Topic: week numbers in tcl
Replies: 2
Views: 1188

week numbers in tcl

Hi,
I have this scripts which logs some stuff into a database. One thing it logs is current week number but I'm a little confused about the clock format options for weeks. I know that Sweden uses ISO-8601 (%V) but what about the rest of the world? US for example. Thx for your time.
by cez
Tue Sep 02, 2003 2:40 pm
Forum: Archive
Topic: variable names
Replies: 1
Views: 804

variable names

I tend to use same names for some global variables in diffrent scripts. So sometimes when I want to run scripts which uses the same names for global variables its not working very well so I wonder if theres a way to declare them for use only inside the script they are defined in. Like declaring func...
by cez
Thu Jun 19, 2003 6:00 am
Forum: Archive
Topic: secure ftplib?
Replies: 1
Views: 977

secure ftplib?

is there any ftplib capable of ssl/tls to be used with eggdrop?
by cez
Sun Jun 01, 2003 6:24 pm
Forum: Archive
Topic: catch die in tcl
Replies: 5
Views: 1180

hmm doesnt work it seems, tried like this and did a .die from telnet bind evnt -|- sighup quit bind evnt -|- sigterm quit bind evnt -|- sigill quit bind evnt -|- rehash quit bind evnt -|- prerehash quit bind evnt -|- prerehash quit bind evnt -|- prerestart quit proc quit { type } { putlog "got ...
by cez
Sun Jun 01, 2003 2:46 pm
Forum: Archive
Topic: catch die in tcl
Replies: 5
Views: 1180

catch die in tcl

is there some bind i could do to run a process when catching a .die so that i can save some stuff which i dont want to do every time the value changes??
by cez
Mon May 26, 2003 5:34 pm
Forum: Archive
Topic: mysql driver for tcl
Replies: 4
Views: 1070

mysql driver for tcl

hi i'm writing my own little quote-script which will log to a mysql-db but i have problem finding a nice mysql-interface for tcl that works with both linux and windows. anyone know a good one?
by cez
Mon May 26, 2003 5:28 pm
Forum: Archive
Topic: change key via tcl, possible?
Replies: 1
Views: 706

change key via tcl, possible?

is it possible to automagically change the need-key via tcl. i was thinking about something like this:

bind mode - "*+k*" key_change

proc key_change { nick uhost hand chan mc key } {
chanset $chan need-key putserv "join #$chan $key"
putlog "new key $victim"
}