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

	<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>2007-02-16T19:47:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TommyGun]]></name></author>
		<updated>2007-02-16T19:47:55-04:00</updated>

		<published>2007-02-16T19:47:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70488#p70488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70488#p70488"/>
		<title type="html"><![CDATA[Channel reg monitor]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70488#p70488"><![CDATA[
Maybe i wasn't clear enough. (My English ain't that good)<br><br>Anyway, i run UnrealIRCD and i have one channel where my Eggdrop bot is in it. (It does not auto-join other channels or so, only specific ones).<br><br>So is it possible to let the bot monitor the daemon which channels their are running or being made? Or do i have to ask this on the UnrealIRCD forum?<br><br>Thanks m8<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7803">TommyGun</a> — Fri Feb 16, 2007 7:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-02-14T15:20:47-04:00</updated>

		<published>2007-02-14T15:20:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70451#p70451</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70451#p70451"/>
		<title type="html"><![CDATA[Channel reg monitor]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70451#p70451"><![CDATA[
You wish to check wether someone adds channels to your bot without your knowledge?<br>I guess one approach would be to either create a logentry every n minutes, or make a join-binding to trigger the logging.<br><div class="codebox"><p>Code: </p><pre><code>bind raw - "JOIN" check_logproc check_log {from word txt} { if {[string compare -nocase [lindex [split $from "!"] 0] $::botnick] == 0} {  putlog "Joining \"[string trimleft [lindex [split $txt] 0] ":"]\", current registered channels: [join [channels] ", "]" } return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Feb 14, 2007 3:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TommyGun]]></name></author>
		<updated>2007-02-14T11:49:06-04:00</updated>

		<published>2007-02-14T11:49:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70447#p70447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70447#p70447"/>
		<title type="html"><![CDATA[Channel reg monitor]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70447#p70447"><![CDATA[
Hey<br><br>I already used the search, but without luck.<br><br>Im looking for a script that logs channels being registrerd or made so i can check these logs for channels that i dont know about.<br><br>Hope its clear, thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7803">TommyGun</a> — Wed Feb 14, 2007 11:49 am</p><hr />
]]></content>
	</entry>
	</feed>
