[sword-svn] r2432 - trunk/utilities/diatheke/tcl
chrislit at crosswire.org
chrislit at crosswire.org
Thu Jun 4 00:36:27 MST 2009
Author: chrislit
Date: 2009-06-04 00:36:27 -0700 (Thu, 04 Jun 2009)
New Revision: 2432
Modified:
trunk/utilities/diatheke/tcl/README
trunk/utilities/diatheke/tcl/biblebot-diatheke.tcl
Log:
user must now include both source files in his eggdrop.conf file
Modified: trunk/utilities/diatheke/tcl/README
===================================================================
--- trunk/utilities/diatheke/tcl/README 2009-06-04 07:13:04 UTC (rev 2431)
+++ trunk/utilities/diatheke/tcl/README 2009-06-04 07:36:27 UTC (rev 2432)
@@ -33,10 +33,13 @@
To install Diatheke/Tcl, install an eggdrop IRC bot, copy the
Diatheke/Tcl .tcl files (biblebot-diatheke.tcl and
biblebot-diatheke-books.tcl) to your eggdrop scripts directory, and
-add a line to the end of your bot startup script to load the
-Diatheke/Tcl script (e.g.
-"source /usr/share/eggdrop/scripts/biblebot-diatheke.tcl"). This
-script has been tested with eggdrop 1.3.23 & 1.6.19, but should
+add a line to the end of your bot startup script to load the two
+Diatheke/Tcl scripts, for example:
+
+source /usr/share/eggdrop/scripts/biblebot-diatheke.tcl
+source /usr/share/eggdrop/scripts/biblebot-diatheke-books.tcl
+
+This script has been tested with eggdrop 1.3.23 & 1.6.19, but should
function fine in later versions.
When you get the script loaded, type !biblehelp in a channel where
Modified: trunk/utilities/diatheke/tcl/biblebot-diatheke.tcl
===================================================================
--- trunk/utilities/diatheke/tcl/biblebot-diatheke.tcl 2009-06-04 07:13:04 UTC (rev 2431)
+++ trunk/utilities/diatheke/tcl/biblebot-diatheke.tcl 2009-06-04 07:36:27 UTC (rev 2432)
@@ -447,5 +447,3 @@
#sets default von mode
set von 1
-
-source biblebot-diatheke-books.tcl
More information about the sword-cvs
mailing list