<?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/21192" />

	<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>2022-09-21T01:53:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2022-09-21T01:53:17-04:00</updated>

		<published>2022-09-21T01:53:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111411#p111411</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111411#p111411"/>
		<title type="html"><![CDATA[Troubles on ChanRelay 5.0.0 by CrazyCat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111411#p111411"><![CDATA[
So your trouble might be in your eggdrop.conf: <a href="https://github.com/eggheads/eggdrop/blob/9497a51b658af4c33077d19b36139ea06dff71b1/eggdrop.conf#L25" class="postlink">https://github.com/eggheads/eggdrop/blo ... p.conf#L25</a><br><br>Check that you set this variable to ChanLink and to ChanEgg in their respective configuration file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Sep 21, 2022 1:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sauk]]></name></author>
		<updated>2022-09-20T21:01:26-04:00</updated>

		<published>2022-09-20T21:01:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111410#p111410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111410#p111410"/>
		<title type="html"><![CDATA[Troubles on ChanRelay 5.0.0 by CrazyCat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111410#p111410"><![CDATA[
<blockquote class="uncited"><div>Can you show us the config part of the tcl ?<br>It looks like you didn't set the good value in the regg() array.<br><br>Have a look and read <a href="https://gitlab.com/tcl-scripts/chanrelay/-/blob/develop-5/chanrelay.tcl#L35" class="postlink">https://gitlab.com/tcl-scripts/chanrela ... ay.tcl#L35</a>, show me your config part and check that username setted in your eggdrop.conf matches.</div></blockquote><div class="codebox"><p>Code: </p><pre><code>namespace eval crelay {variable reggvariable defaultvariable userlist### CONFIGURATION #### debug mode : set to 1 to enableset debug 1# language to use : default is english, french availableset lang englishset regg(ChanLink) {"chan"      "#sauk""network"   "Quakenet""highlight" 0"log"       "y""syn_topic" "y""col_act"   "lightred""col_jpq"   "lightblue""col_mode"  "green""usermask""&lt;%nick%@%network%&gt;""clone"1}set regg(ChanEgg) {"chan"      "#bouncers""network"   "Dalnet""highlight" 3}# You can edit values but not remove# or you'll break the systemset default {"highlight" 1"snet"      "y""transmit"  "y""receive"   "y""log"       "n""syn_topic" "n""col_act"   "purple""col_jpq"   "cyan""col_mode"  "green""usermask""(%nick%@%network%)""clone"0}# Fill this list with the nick of the users# who WON'T BE relayed, as services botvariable users_excluded {\[Guru\] Pan}# Fill this list with the nick of the users# wich will be THE ONLY ONES to be relayedvariable users_only {}# Set the banmask to use in banning the IPs  # Default banmask is set to 1# 1 - *!*@some.domain.com # 2 - *!*@*.domain.com# 3 - *!*ident@some.domain.com# 4 - *!*ident@*.domain.com# 5 - *!*ident*@some.domain.com# 6 - *nick*!*@*.domain.com# 7 - *nick*!*@some.domain.com# 8 - nick!ident@some.domain.com# 9 - nick!ident@*.host.comset bantype 1# Path and name of the config file# %b will be replaced with the botnickvariable config "%b.chanrelay.db"# Path and name of the logfile (used for debug)variable logfile "chanrelay.log"# max length of a messagevariable msglen 350# transmission configurationset trans_pub "y"; # transmit the pubset trans_act "y"; # transmit the actions (/me)set trans_nick "y"; # transmit the nick changementset trans_join "y"; # transmit the joinset trans_part "y"; # transmit the partset trans_quit "y"; # transmit the quitset trans_topic "y"; # transmit the topic changementsset trans_kick "y"; # transmit the kicksset trans_mode "y"; #transmit the mode changementsset trans_who "y"; # transmit the who list# reception configurationset recv_pub "y"; # recept the pubset recv_act "y"; # recept the actions (/me)set recv_nick "y"; # recept the nick changementset recv_join "y"; # recept the joinset recv_part "y"; # recept the partset recv_quit "y"; # recept the quitset recv_topic "y"; # recept the topic changementsset recv_kick "y"; # recept the kicksset recv_mode "y"; # recept the mode changementsset recv_who "y"; # recept the who list}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12877">sauk</a> — Tue Sep 20, 2022 9:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2022-09-20T18:14:48-04:00</updated>

		<published>2022-09-20T18:14:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111409#p111409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111409#p111409"/>
		<title type="html"><![CDATA[Troubles on ChanRelay 5.0.0 by CrazyCat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111409#p111409"><![CDATA[
Can you show us the config part of the tcl ?<br>It looks like you didn't set the good value in the regg() array.<br><br>Have a look and read <a href="https://gitlab.com/tcl-scripts/chanrelay/-/blob/develop-5/chanrelay.tcl#L35" class="postlink">https://gitlab.com/tcl-scripts/chanrela ... ay.tcl#L35</a>, show me your config part and check that username setted in your eggdrop.conf matches.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Sep 20, 2022 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sauk]]></name></author>
		<updated>2022-09-20T16:33:56-04:00</updated>

		<published>2022-09-20T16:33:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111408#p111408</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111408#p111408"/>
		<title type="html"><![CDATA[Troubles on ChanRelay 5.0.0 by CrazyCat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111408#p111408"><![CDATA[
I got some troubles configuring and launching your script, could you help me fixing it?<br><div class="codebox"><p>Code: </p><pre><code>Tcl error in file 'eggdrop.conf':can't read "::crelay::regg(bot)": no such element in array    while executing"array set me $::crelay::regg($::username)"    (procedure "::crelay::init" line 4)    invoked from within"::crelay::init"    (file "scripts/chanrelay.tcl" line 1187)    invoked from within"source scripts/chanrelay.tcl"    (file "eggdrop.conf" line 79)* 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=12877">sauk</a> — Tue Sep 20, 2022 4:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
