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

by lee8oi
Sat Aug 06, 2011 4:05 pm
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Seend script. Latest version: 1.8.3

Another bugfix related to the nicks with caps. v1.8.3 namespace eval seend { ######################################################################## # Copyright ©2011 lee8oi@gmail.com # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Pu...
by lee8oi
Fri Aug 05, 2011 8:29 pm
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Seend script. Latest version: 1.8.2

v1.8.2 fixes: 1. Fixed bug in seend data saving. Script now correctly ignores lines that start with the currently set public seen command trigger. Which can now also be set in configuration along with the dcc trigger. 2. Fixed bug that prevented names with caps from being retrieved correctly namespa...
by lee8oi
Thu Jun 30, 2011 2:58 pm
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Updates: v1.8 1. Added configuration for enabling/disabling interval backup logging. 2. Added configuration to enable/disable showing last seen time as duration. 3. Created get_info procedure to grab seen info and format the output message according to configuration. namespace eval seend { #########...
by lee8oi
Wed Jun 29, 2011 1:11 pm
Forum: Script Support & Releases
Topic: Dinfo script. Latest version v1.1.
Replies: 2
Views: 5339

Dinfo script. Update release v1.1

Heres v1.1 with a couple minor updates. namespace eval dinfo { ################################################################################ # Copyright ©2011 lee8oi@gmail.com # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public L...
by lee8oi
Wed Jun 29, 2011 1:00 pm
Forum: Script Support & Releases
Topic: Bankd "Just one of those ideas" New release v0.4.4
Replies: 9
Views: 14766

Bankd "Just one of those ideas" New release v0.4.4

The second graduate of the Dukescript Volatile Experiment. Bankd script is one of those 'wouldn't it be kinda cool if' ideas I came up with mainly to entertain myself. The idea was to come up with a banking system that could be used for role playing purposes in selected channels allowing users to tr...
by lee8oi
Mon Jun 27, 2011 10:08 pm
Forum: Script Support & Releases
Topic: Dinfo script. Latest version v1.1.
Replies: 2
Views: 5339

Dinfo script. Latest version v1.1.

Dinfo script is the first 'graduate' from the dukescripts volatile experiment. This script is simply an info script. Similar to what 'factoids' are in supybot or 'egglearn' for eggdrop. The public '.info' command has list and retrieval capabilities while the dcc/partyline command '.dinfo' allows own...
by lee8oi
Sun Jun 26, 2011 6:39 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1058653

Looking forward to the update.

Absolutely the best google script I've found even with the few bugs it has. I look forward to your update. Great work Speechles.
by lee8oi
Tue Jun 14, 2011 8:31 am
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Link? :> The code is posted its really mostly a copy and paste job. They don't update the archive much. But you can paste it into an editor and save it in the scripts dir then add the appropriate source line to your eggdrop.conf and it will work the same. 'seend.tcl' isn't a bad choice for a file n...
by lee8oi
Wed Jun 08, 2011 3:23 pm
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Seend script. Latest version: 1.7

Updates: v1.7 1. Removed 'me' feature. Simply because someone might just use that for a nickname one day.(thanks ente) 2. Help is now accessed by using '.seen help'. Running .seen without a nick is the same as running seen on your own nick. 3. Partyline command '.seend' can now use 'help' or no arg ...
by lee8oi
Tue Jun 07, 2011 5:15 pm
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Seend Script version 1.6

Updates: v1.6 1. Implemented automatic backup and restore system that saves seen data on .restart & .die and restores data on load. 2. Created a namespace to keep procs and variables isolated to avoid future conflicts with other scripts. 3. Not seen responses are now 'split' and rejoined to allo...
by lee8oi
Mon Jun 06, 2011 6:56 pm
Forum: Script Support & Releases
Topic: Lastspoke Evolved v0.2 (January 23, 2o1o)
Replies: 13
Views: 17258

(Edited this Post - lee8oi) Moving on. Not worth my time. Good luck to you sir and your scripts.
by lee8oi
Mon Jun 06, 2011 5:13 pm
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Seend Script version 1.5!

v1.5 1. Added partyline command '.seend' for managing seen data. Includes 'backup' and 'restore' optional arguments for backing up and restoring seen data. Using .seend with no argument shows script version and usage info. 2. Incorporated code changes suggested by nml375(6-6-11) 3. Renamed script na...
by lee8oi
Mon Jun 06, 2011 3:25 pm
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

set lastmsg " Last message: $lastmsg($nick)" doesn't work because lastmsg is the name of the global array. I got the following error: Tcl error [pub_show_seen]: can't set "lastmsg": variable is array and its: [duration [expr {[clock seconds] - $lastseen($nick)}]] not [duration [e...
by lee8oi
Mon Jun 06, 2011 1:07 am
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Sseend v1.4

v1.4 1. Fixed help output to use $ver to report script version. 2. Added config setting to enable/disable prefixing .seen results with users name. 3. Added config setting to enable/disable showing nicks last channel in .seen results. 4. Added config setting to enable/disable showing last message in ...
by lee8oi
Sun Jun 05, 2011 12:01 pm
Forum: Script Support & Releases
Topic: Seend script. Latest version: 1.8.3
Replies: 20
Views: 24473

Sseend v1.3

v1.3 1. Running .seen without arguments now shows command help. 2. Added Config section for Not Seen responses & Bots name reply. 3. Bot now addresses the users with thier nick when replying. # ---------------------------------------------------------- # # Sseend v 1.3 (6-5-11) # by: <lee8oiAtgm...