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

	<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>2013-01-12T04:57:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[MasterScript]]></name></author>
		<updated>2013-01-12T04:57:19-04:00</updated>

		<published>2013-01-12T04:57:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100574#p100574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100574#p100574"/>
		<title type="html"><![CDATA[Help with botnet addchan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100574#p100574"><![CDATA[
Hi thank you very much.<br><br>This is the example:<br><div class="codebox"><p>Code: </p><pre><code>proc addchan {nick bmc1 host handle} {  global botnick home defchanoptions defchanmodes bcast  if {$bmc1 == ""} {    putquick "NOTICE $nick :\0034ERROR - Invaild Syntax - Should Be - (/msg) $botnick addchan &lt;#channel&gt;"    return 0  } elseif {[validchan $bmc1]} {    putquick "NOTICE $nick :\0034ERROR - Channel Currently Exsists - The channel $bmc1 is currently in channel partition."    return 0  } elseif {[string match "#*" $bmc1]} {    channel add $bmc1 $defchanmodes     putlog "!$nick ($host)! addchan $bmc1"    putquick "NOTICE $nick :\0033Sucessfully added $botnick to $bmc1"    if {$bcast == "1"} {      putquick "PRIVMSG $home :\002$nick\002 ($host) requested me to addchan \002$bmc1\002 into my channel partition."    }    channel set $bmc1 -clearbans +enforcebans -dynamicbans +userbans +autoop -bitch +greet -protectops +statuslog -stopnethack -revenge +autovoice -secret -shared +cycle     save    return 0  } else {    # Invalid channel name...    putquick "NOTICE $nick :\0034ERROR - Illegal Channel Name - Try adding a # in front of the name (eg. #masterscript)"    putquick "NOTICE $nick :\00312Note - This bot does not support local (channel names preceeded with a +) or Microsoft-style (channel names without a preceding character) chatrooms."    return 0  }}</code></pre></div>Command we use here is: /msg bothub addchan #channel-name<br>Ex: /msg bothub addchan #masterscript<br><br>What we want is : /msg bothub addchan botname #channel-name<br>Ex: /msg bothub addchan LoveBots #masterscript<br><br>also with remchan:<br>/msg bothub remchan botname #channel-name reason<br><br>Ex: /msg bothub remchan LoveBots #masterscript Fake channel<br><br>other commands also same commands is:<br>reop : /msg bothub reop Botname #channel-name<br>rehash : /msg bothub rehash Botname<br>Cycle : /msg bothub cycle Botname #channel-name<br>chanstats: /msg bothub chanstats botname<br>fmode: /msg bothub fmode Botname #channel-name Modes<br>banlist: /msg bothub banlist Botname #channel-name<br>ban: /msg bothub ban Botname #channel-name Ban Mask<br>unban: /msg bothub unban Botname #channel-name Ban Mask<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6140">MasterScript</a> — Sat Jan 12, 2013 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darksis]]></name></author>
		<updated>2013-01-12T03:00:41-04:00</updated>

		<published>2013-01-12T03:00:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100572#p100572</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100572#p100572"/>
		<title type="html"><![CDATA[Help with botnet addchan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100572#p100572"><![CDATA[
you can inside to DCC chat with your Bot and write <div class="codebox"><p>Code: </p><pre><code>.+chan #Trivia</code></pre></div>and if you want remove chan write<div class="codebox"><p>Code: </p><pre><code>.-chan #Trivia</code></pre></div>Good luck <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12047">darksis</a> — Sat Jan 12, 2013 3:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MasterScript]]></name></author>
		<updated>2013-01-11T16:03:09-04:00</updated>

		<published>2013-01-11T16:03:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100567#p100567</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100567#p100567"/>
		<title type="html"><![CDATA[Help with botnet addchan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100567#p100567"><![CDATA[
Hi,<br><br>How to make a script for this:<br><br>$botnetnick= Master<br><br>/msg master addchan botnick #chan<br><br>botnick (leaf) is a bots was llinked to Master. Which mean all command must send message to master as a hub bot. For example to add some bots to channel, use that command.<br><br>/msg master addchan TriaviaBot #Games<br>/msg master remchan  TriaviaBOT #Games Reason<br><br>Act...<br><br>Sorry for my english...<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6140">MasterScript</a> — Fri Jan 11, 2013 4:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
