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

	<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>2023-07-01T19:00:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2023-07-01T19:00:21-04:00</updated>

		<published>2023-07-01T19:00:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112039#p112039</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112039#p112039"/>
		<title type="html"><![CDATA[i have a question eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112039#p112039"><![CDATA[
It shows as an input message. but how can we set it as output message<br>what is your opinion?<br><div class="codebox"><p>Code: </p><pre><code>########################################################### Onjoin.tcl 0.1 by Banned@abv.bg  by Banned             ##                                                        # ########################################################## set onjoin_msg { {  "Welcome Pyrex Hosting $nick" }}set onjoin_chans "#test"bind join - * join_onjoinputlog "Onjoin.tcl 0.1 by Banned loaded"proc join_onjoin {nick uhost hand chan} { global onjoin_msg onjoin_chans botnick if {(([lsearch -exact [string tolower $onjoin_chans] [string tolower $chan]] != -1) || ($onjoin_chans == "*")) &amp;&amp; (![matchattr $hand b]) &amp;&amp; ($nick != $botnick)} {  set onjoin_temp [lindex $onjoin_msg [rand [llength $onjoin_msg]]]  foreach msgline $onjoin_temp {   puthelp "NOTICE $nick :[subst $msgline]"   putserv "MODE $chan +v $nick"  } }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sat Jul 01, 2023 7:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2023-07-01T18:24:13-04:00</updated>

		<published>2023-07-01T18:24:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112038#p112038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112038#p112038"/>
		<title type="html"><![CDATA[Thank you for your answer but]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112038#p112038"><![CDATA[
Showing the login message to the channel with onjoin.tcl. but I couldn't show the exit message.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sat Jul 01, 2023 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-07-01T18:00:41-04:00</updated>

		<published>2023-07-01T18:00:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112037#p112037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112037#p112037"/>
		<title type="html"><![CDATA[i have a question eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112037#p112037"><![CDATA[
You need to have your eggdrop ircop andhave a script which binds notices, with a filter (in the procedure) on "*Client exiting*" or whatever is relevant as quit string in your ircd<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Jul 01, 2023 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2023-07-01T16:54:42-04:00</updated>

		<published>2023-07-01T16:54:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112036#p112036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112036#p112036"/>
		<title type="html"><![CDATA[i have a question eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112036#p112036"><![CDATA[
how to show server exit messages to channel with eggdrop ?<br>Please Could you help ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sat Jul 01, 2023 4:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
