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

	<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>2024-04-10T06:13:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-04-10T06:13:57-04:00</updated>

		<published>2024-04-10T06:13:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112707#p112707</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112707#p112707"/>
		<title type="html"><![CDATA[Re: Sajoin??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112707#p112707"><![CDATA[
perfect  thank you crazycat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Wed Apr 10, 2024 6:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-04-10T05:22:10-04:00</updated>

		<published>2024-04-10T05:22:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112706#p112706</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112706#p112706"/>
		<title type="html"><![CDATA[Re: Sajoin??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112706#p112706"><![CDATA[
If your eggdrop is not on the target channel, it's normal.<br>You can choose between 2 options:<br>1. have your eggdrop on #djsohbet and it'll work without error<br>2. remove the <em class="text-italics"> &amp;&amp; [lsearch [chanlist $::ctarget] $nick]==-1</em> part in the condition and your eggdrop will do the sajoin command even if the user is already on the channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Apr 10, 2024 5:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-04-10T03:39:07-04:00</updated>

		<published>2024-04-10T03:39:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112704#p112704</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112704#p112704"/>
		<title type="html"><![CDATA[Re: Sajoin?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112704#p112704"><![CDATA[
[10:50:10] Tcl error [forcejoin]: invalid channel: #djsohbet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Wed Apr 10, 2024 3:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-04-10T03:34:33-04:00</updated>

		<published>2024-04-10T03:34:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112703#p112703</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112703#p112703"/>
		<title type="html"><![CDATA[Re: Sajoin?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112703#p112703"><![CDATA[
First, your eggdrop must be ircop to use these feature. Invite seems better, user join if he want.<br>And which criteria do you want to use to make user coming into target channel ? Everybody ?<br><br>BTW, here is the simplest script:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">set ctarget "#djsohbet"set cfrom "#dj"proc forcejoin {nick uhost handle chan} {   if {[string equal -nocase $chan $::cfrom] &amp;&amp; [lsearch [chanlist $::ctarget] $nick]==-1} {      putserv "SAJOIN $nick $::ctarget"   }}bind join - "$::cfrom *" forcejoin</code></pre></div> <strong>script</strong> <p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Apr 10, 2024 3:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-04-10T04:15:19-04:00</updated>

		<published>2024-04-10T03:22:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112702#p112702</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112702#p112702"/>
		<title type="html"><![CDATA[Sajoin??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112702#p112702"><![CDATA[
When the channel enters op, pull to the other channel ?<br><br>for example<br> <br>AlemFM used  join #Dj<br><br>pull to common channel <br><br>NoMercy used SAJOIN to make AlemFM join #DjSohbet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Wed Apr 10, 2024 3:22 am</p><hr />
]]></content>
	</entry>
	</feed>
