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

	<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>2004-01-11T18:10:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2004-01-11T18:10:51-04:00</updated>

		<published>2004-01-11T18:10:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32449#p32449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32449#p32449"/>
		<title type="html"><![CDATA[Using netbots.tcl's .netjoin command via pub command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32449#p32449"><![CDATA[
Im still lost as to how to broadcast this across the botnet using ".netjoin" and ".netchanset" or the equivalents as to how I could do this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Sun Jan 11, 2004 6:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2004-01-11T02:27:47-04:00</updated>

		<published>2004-01-11T02:27:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32425#p32425</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32425#p32425"/>
		<title type="html"><![CDATA[Using netbots.tcl's .netjoin command via pub command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32425#p32425"><![CDATA[
Im writting a tcl to set channel modes and all that good stuff a specific way so I have to type a command like .j #chan and they all join the channel with the preset chanmodes.<br><br>I know how to do everything except use ".netjoin" via a public command and get it to actually do netjoin as if you were to type it in the partyline.<br><br>I can change channel modes a single bot that's not a problem using channel set.  I just don't know how to use the "netjoin" trigger in the partyline via a tcl using a public command.<br><div class="codebox"><p>Code: </p><pre><code>set cmd "."set chanmode "nt-lki"set chansetz "+enforcebans +dynamicbans +autoop +bitch -protectops +stopnethack +revenge -dontkickops +revengebot +protectfriends"bind pub n|n ${cmd}to pub:toproc pub:to {nick host hand chan text} {if {(![authed $hand])} {return 0}set chanz [lindex $text 0] channel add $chanz  channel set $chanz chanmode $::chanmode   channel set $chanz aop-delay 0    channel set $chanz revenge-mode 3foreach chanset $::chansetz {    channel set $chanz $chanset}putlog "!!## $chanz is set and added  !!## by $nick"}putlog "Loaded EZ Mode by nitsuj@efnet"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Sun Jan 11, 2004 2:27 am</p><hr />
]]></content>
	</entry>
	</feed>
