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

	<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>2005-05-08T12:02:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[freakinson]]></name></author>
		<updated>2005-05-08T12:02:10-04:00</updated>

		<published>2005-05-08T12:02:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49206#p49206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49206#p49206"/>
		<title type="html"><![CDATA[re:]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49206#p49206"><![CDATA[
hey man, thanks.. it works with <br>set nick [lindex [split $arg] 6]<br><br>I want also to ask you if there is a script, which grabs /stats p report of the hybrid-ircd, and say it to the connecting user.. i mean i want script, which will say to the user: "The active ircops at the moment are: nick1, nick2, nick3"... can you tell me if there is something like that? I`ve searched egghelp.org but there was nothing... <br>?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6200">freakinson</a> — Sun May 08, 2005 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-05-08T07:43:16-04:00</updated>

		<published>2005-05-08T07:43:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49194#p49194</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49194#p49194"/>
		<title type="html"><![CDATA[Ircop bot: On Connect send message to user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49194#p49194"><![CDATA[
ok add this to the script after the putserv<div class="codebox"><p>Code: </p><pre><code>putlog "[lindex [split $arg] 5]"</code></pre></div> then see what $arg 5 contains. change the number till it contains the nick of the user connecting if that is what the problem is. also does your bot see server notices? you may need to set its usermode to see them. if it can see them it should be displayed on the partyline.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun May 08, 2005 7:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[freakinson]]></name></author>
		<updated>2005-05-08T05:59:21-04:00</updated>

		<published>2005-05-08T05:59:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49193#p49193</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49193#p49193"/>
		<title type="html"><![CDATA[re]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49193#p49193"><![CDATA[
<blockquote class="uncited"><div>change <div class="codebox"><p>Code: </p><pre><code>set nick [lindex [split $arg] 9]</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>set nick [lindex [split $arg] 5]</code></pre></div></div></blockquote>I have done it... still no change <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":-(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6200">freakinson</a> — Sun May 08, 2005 5:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-05-08T04:08:21-04:00</updated>

		<published>2005-05-08T04:08:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49189#p49189</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49189#p49189"/>
		<title type="html"><![CDATA[Ircop bot: On Connect send message to user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49189#p49189"><![CDATA[
change <div class="codebox"><p>Code: </p><pre><code>set nick [lindex [split $arg] 9]</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>set nick [lindex [split $arg] 5]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun May 08, 2005 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[freakinson]]></name></author>
		<updated>2005-05-08T03:57:15-04:00</updated>

		<published>2005-05-08T03:57:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49188#p49188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49188#p49188"/>
		<title type="html"><![CDATA[Re:]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49188#p49188"><![CDATA[
^Doom^ thanks for the script.<br><br>May be something in it is missing because it doesnt work...<br><br>10:55a &lt;freak&gt; [10:55] -NOTICE- *** Notice -- Client connecting: c4` (c4@212.72.214.213) [212.72.214.213] {remote_users} [fReAk iNsIdE]<br><br>This is the notice which is generated by the ircd... but the bot do nothing.. can you modify your script for this kind of notice, please<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6200">freakinson</a> — Sun May 08, 2005 3:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-05-08T03:13:06-04:00</updated>

		<published>2005-05-08T03:13:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49187#p49187</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49187#p49187"/>
		<title type="html"><![CDATA[Ircop bot: On Connect send message to user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49187#p49187"><![CDATA[
Something like this should work. I had something similar on my IRCD which was UnrealIRCD for checking open proxy ports. Your IRCD will most likley work slightly different. The message opers recive when a client connects contains all the information about that user including the nick they connect with. If this script doesnt work post back the client connecting message so I can see which element in the list needs to be caught to find the nick.<br><div class="codebox"><p>Code: </p><pre><code>bind raw - NOTICE connect_msgset gCatchNotice "Client connecting"proc connect_msg {from keyword arg} {    global gCatchNotice    if {([string match "*$gCatchNotice*" $arg])} {        set nick [lindex [split $arg] 9]        putquick "PRIVMSG $nick :welcome to my irc network blah blah blah"    }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun May 08, 2005 3:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-07T22:25:12-04:00</updated>

		<published>2005-05-07T22:25:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49184#p49184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49184#p49184"/>
		<title type="html"><![CDATA[Ircop bot: On Connect send message to user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49184#p49184"><![CDATA[
Anope, Epona services etc have that function when enabled. All users receive an annoying message of the day (of some sort). There are also notices that only IRCops see.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat May 07, 2005 10:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-07T12:46:06-04:00</updated>

		<published>2005-05-07T12:46:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49168#p49168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49168#p49168"/>
		<title type="html"><![CDATA[Ircop bot: On Connect send message to user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49168#p49168"><![CDATA[
how does the bot know when someone enters the network? will he be notified for everyone? whats the RAW code? that might help us helping you ^^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat May 07, 2005 12:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[freakinson]]></name></author>
		<updated>2005-05-07T10:14:48-04:00</updated>

		<published>2005-05-07T10:14:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49164#p49164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49164#p49164"/>
		<title type="html"><![CDATA[p.s.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49164#p49164"><![CDATA[
The ircd-version is ircd-hybrid<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6200">freakinson</a> — Sat May 07, 2005 10:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[freakinson]]></name></author>
		<updated>2005-05-07T10:13:22-04:00</updated>

		<published>2005-05-07T10:13:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49163#p49163</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49163#p49163"/>
		<title type="html"><![CDATA[Ircop bot: On Connect send message to user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49163#p49163"><![CDATA[
Hiya all.<br><br>I need a script, which will cause my ircop eggdrop to send onconnect message to everyone, who connect to the server. Can you give me such thing?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6200">freakinson</a> — Sat May 07, 2005 10:13 am</p><hr />
]]></content>
	</entry>
	</feed>
