<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/20432" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2018-02-03T08:37:59-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/20432</id>

		<entry>
		<author><name><![CDATA[Amilcar]]></name></author>
		<updated>2018-02-03T08:37:59-04:00</updated>

		<published>2018-02-03T08:37:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106657#p106657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106657#p106657"/>
		<title type="html"><![CDATA[Re]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106657#p106657"><![CDATA[
I have only this<div class="codebox"><p>Code: </p><pre><code>[13:24] -Illyssa- Illyssa command categories:[13:24] -Illyssa- USER User management.[13:24] -Illyssa- CHANNEL Channel management.[13:24] -Illyssa- INFORMATION Informative commands.[13:24] -Illyssa- TOYS Entertainment commands.[13:24] -Illyssa- OPER Helper/IRC Operator commands.[13:24] -Illyssa- Illyssa Staff:[13:24] -Illyssa- Administrators:[13:24] -Illyssa- None[13:24] -Illyssa- Network Helpers:[13:24] -Illyssa- None[13:24] -Illyssa- Helpers:[13:24] -Illyssa- None[13:25] -Illyssa- You already have a password set.[13:27] -Illyssa- Illyssa Staff:[13:27] -Illyssa- Administrators:[13:27] -Illyssa- None[13:27] -Illyssa- Network Helpers:[13:27] -Illyssa- None[13:27] -Illyssa- Helpers:[13:27] -Illyssa- None[13:28] -Illyssa- Illyssa Staff:[13:28] -Illyssa- Administrators:[13:28] -Illyssa- None[13:28] -Illyssa- Network Helpers:[13:28] -Illyssa- None[13:28] -Illyssa- Helpers:[13:28] -Illyssa- None[13:28] -Illyssa- Illyssa / Trigger: -[13:28] -Illyssa- Illyssa is a channel service bot, intended primarily to act as a complete combination of ChanServ, NickServ, OpServ, HelpServ, and Global combined.</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12716">Amilcar</a> — Sat Feb 03, 2018 8:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-02-03T07:27:23-04:00</updated>

		<published>2018-02-03T07:27:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106656#p106656</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106656#p106656"/>
		<title type="html"><![CDATA[Problem with AdminServ Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106656#p106656"><![CDATA[
In your eggdrop configuration file you got only this line?<div class="codebox"><p>Code: </p><pre><code>source scripts/adminserv.conf</code></pre></div>Remove the other ones if you added them there because they will be loaded by <em class="text-italics">adminserv.conf</em> itself.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Feb 03, 2018 7:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Amilcar]]></name></author>
		<updated>2018-02-03T06:19:45-04:00</updated>

		<published>2018-02-03T06:19:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106655#p106655</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106655#p106655"/>
		<title type="html"><![CDATA[Re]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106655#p106655"><![CDATA[
All scripts is loaded but not work  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12716">Amilcar</a> — Sat Feb 03, 2018 6:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-02-03T03:42:02-04:00</updated>

		<published>2018-02-03T03:42:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106654#p106654</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106654#p106654"/>
		<title type="html"><![CDATA[Problem with AdminServ Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106654#p106654"><![CDATA[
If you've loaded ONLY the adminserv.conf file onto the bot, and not anything else that comes with it, then it should work because the <em class="text-italics">trigger</em> variable is defined in adminserv.conf at line 60 and should work. Haven't tested but it should work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Feb 03, 2018 3:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Amilcar]]></name></author>
		<updated>2018-02-02T07:49:02-04:00</updated>

		<published>2018-02-02T07:49:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106653#p106653</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106653#p106653"/>
		<title type="html"><![CDATA[Problem with AdminServ Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106653#p106653"><![CDATA[
Hello,<br><br>I want to ask please haw to fix the AdminServ.tcl<br><br>I have this ERROR <div class="codebox"><p>Code: </p><pre><code>[12:45:52] Tcl error in file 'Ange.conf':[12:45:52] can't read "trigger": no such variable    while executing"bind pub - ${trigger}access pub_access"    (file "scripts/chanserv.c" line 30)    invoked from within"source scripts/chanserv.c"    (file "Ange.conf" line 1400)[12:45:52] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12716">Amilcar</a> — Fri Feb 02, 2018 7:49 am</p><hr />
]]></content>
	</entry>
	</feed>
