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

	<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-08T03:22:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-04-08T03:22:45-04:00</updated>

		<published>2024-04-08T03:22:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112700#p112700</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112700#p112700"/>
		<title type="html"><![CDATA[Re: Message ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112700#p112700"><![CDATA[
thank you friends  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Mon Apr 08, 2024 3:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-04-07T17:50:02-04:00</updated>

		<published>2024-04-07T17:50:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112696#p112696</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112696#p112696"/>
		<title type="html"><![CDATA[Re: Message ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112696#p112696"><![CDATA[
<blockquote class="uncited"><div>I don't understand what you mean chinfo ?</div></blockquote>Go in eggdrop's party-line and type <strong class="text-strong">.help chinfo</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Apr 07, 2024 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2024-04-07T14:54:58-04:00</updated>

		<published>2024-04-07T14:54:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112695#p112695</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112695#p112695"/>
		<title type="html"><![CDATA[Re: Message ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112695#p112695"><![CDATA[
first you need to determine who is the channel  owner is that someone who gets ~ prefixed (on some ircds) after he joins channel or is that the one who is owner of the eggdrop if its  the latter CrazyCat's code will work fine for that if its the first u will need something else.<br><br>let me ask you on what network are you using this ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Apr 07, 2024 2:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-04-07T12:51:21-04:00</updated>

		<published>2024-04-07T12:51:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112694#p112694</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112694#p112694"/>
		<title type="html"><![CDATA[Re: Message ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112694#p112694"><![CDATA[
I don't understand what you mean chinfo ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Apr 07, 2024 12:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-04-07T10:30:35-04:00</updated>

		<published>2024-04-07T10:30:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112693#p112693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112693#p112693"/>
		<title type="html"><![CDATA[Re: Message ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112693#p112693"><![CDATA[
Add a chinfo only for the owner.<br>Or you can do:<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">proc greet {nick uhost handle chan} {   if {![matchattr $handle |+n $chan]} { return }   putserv "PRIVMSG $chan :hey welcome $nick"}bind join |+n * greet</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> — Sun Apr 07, 2024 10:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-04-07T09:38:04-04:00</updated>

		<published>2024-04-07T09:38:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112692#p112692</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112692#p112692"/>
		<title type="html"><![CDATA[Re: Message ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112692#p112692"><![CDATA[
not for everyone. only for channel owner<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Apr 07, 2024 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-04-07T07:01:13-04:00</updated>

		<published>2024-04-07T07:01:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112690#p112690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112690#p112690"/>
		<title type="html"><![CDATA[Re: Message ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112690#p112690"><![CDATA[
You can use <em class="text-italics">.chinfo</em> to add a greet message to an user (channel specific or not) and do <em class="text-italics">.chanset #channel +greet</em> to activate the display of the userinfo on #channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Apr 07, 2024 7:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-04-07T04:19:57-04:00</updated>

		<published>2024-04-07T04:19:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112688#p112688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112688#p112688"/>
		<title type="html"><![CDATA[Message ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112688#p112688"><![CDATA[
Is a welcome message possible for the channel owner?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Apr 07, 2024 4:19 am</p><hr />
]]></content>
	</entry>
	</feed>
