<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.eggheads.org/index.php?action=history&amp;feed=atom&amp;title=Loading_Tcl_Scripts</id>
	<title>Loading Tcl Scripts - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eggheads.org/index.php?action=history&amp;feed=atom&amp;title=Loading_Tcl_Scripts"/>
	<link rel="alternate" type="text/html" href="https://wiki.eggheads.org/index.php?title=Loading_Tcl_Scripts&amp;action=history"/>
	<updated>2026-05-09T14:43:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.eggheads.org/index.php?title=Loading_Tcl_Scripts&amp;diff=20&amp;oldid=prev</id>
		<title>Geo: Created page with &quot;__TOC__  == Adding a Tcl script == Eggdrop can run scripts written in the Tcl language. The default eggdrop.conf file has examples of scripts being loaded at the bottom. To load a script, you can place the script you wish to run in the eggdrop/scripts directory. You likely need to edit some settings within the script itself (open the script file and read the comments, if any, at the beginning of the script). Then, load the script by adding   source scripts/scriptname.tcl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.eggheads.org/index.php?title=Loading_Tcl_Scripts&amp;diff=20&amp;oldid=prev"/>
		<updated>2022-02-13T01:25:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__TOC__  == Adding a Tcl script == Eggdrop can run scripts written in the Tcl language. The default eggdrop.conf file has examples of scripts being loaded at the bottom. To load a script, you can place the script you wish to run in the eggdrop/scripts directory. You likely need to edit some settings within the script itself (open the script file and read the comments, if any, at the beginning of the script). Then, load the script by adding   source scripts/scriptname.tcl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Adding a Tcl script ==&lt;br /&gt;
Eggdrop can run scripts written in the Tcl language. The default eggdrop.conf file has examples of scripts being loaded at the bottom. To load a script, you can place the script you wish to run in the eggdrop/scripts directory. You likely need to edit some settings within the script itself (open the script file and read the comments, if any, at the beginning of the script). Then, load the script by adding&lt;br /&gt;
  source scripts/scriptname.tcl&lt;br /&gt;
at the bottom of your configuration file. Then, from the [[Partyline]], type .rehash to rehash the bot, and the script will load.&lt;br /&gt;
&lt;br /&gt;
== Removing a Tcl script ==&lt;br /&gt;
To unload a script, remove the source command you added from the .conf file. Then, you must restart (not rehash!) the bot in order to finish the removal process.&lt;/div&gt;</summary>
		<author><name>Geo</name></author>
	</entry>
</feed>