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

	<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-07-16T21:45:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sloop]]></name></author>
		<updated>2005-07-16T21:45:00-04:00</updated>

		<published>2005-07-16T21:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52666#p52666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52666#p52666"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52666#p52666"><![CDATA[
it works fine! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>Thank you again to @ll of you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>Greetinx,<br>Sloop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6470">Sloop</a> — Sat Jul 16, 2005 9:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-16T13:51:10-04:00</updated>

		<published>2005-07-16T13:51:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52626#p52626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52626#p52626"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52626#p52626"><![CDATA[
To completely remove it do what spock suggested.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 16, 2005 1:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sloop]]></name></author>
		<updated>2005-07-16T12:57:16-04:00</updated>

		<published>2005-07-16T12:57:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52622#p52622</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52622#p52622"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52622#p52622"><![CDATA[
Hey THANX!<br><br>Seems to work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>BIG TNX to you<br><br><br>PS: And how would it be possible to COMPLETE DISABLE this? So my bot does NOT send back messages?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6470">Sloop</a> — Sat Jul 16, 2005 12:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-16T12:45:08-04:00</updated>

		<published>2005-07-16T12:45:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52621#p52621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52621#p52621"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52621#p52621"><![CDATA[
Try loading this proc:<div class="codebox"><p>Code: </p><pre><code>proc *msg:help {nick uhost hand arg} { if {[matchattr $hand n]} {  puthelp "NOTICE $nick :/MSG commands for $::botnick:"  puthelp "NOTICE $nick :All users: ADDHOST HELP IDENT INFO PASS VOICE WHO WHOIS"  puthelp "NOTICE $nick :Channel/global ops: OP INVITE GO KEY"  puthelp "NOTICE $nick :Global masters: DIE JUMP MEMORY SAVE REHASH RESET"  puthelp "NOTICE $nick :Channel masters: STATUS"   puthelp "NOTICE $nick :For help on a command, /MSG $::botnick HELP &lt;command&gt;. You are a master. Many many more commands are available via dcc chat. There may also be additional commands provided by other modules." }}</code></pre></div>Only owners should recieve the help commands.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 16, 2005 12:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sloop]]></name></author>
		<updated>2005-07-16T12:33:46-04:00</updated>

		<published>2005-07-16T12:33:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52619#p52619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52619#p52619"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52619#p52619"><![CDATA[
I want that do disable for normal public users, the should NOT GET a reply, else they could know that this is an eggdrop. I want prevent that.<br><br>Only identified users with matching hostmask in my eggdrop user list, should be able to use this /MSG commands. Although I don't really need them, because I do everything with Telnet-Connect and Partyline<br><br>But can you tell me how to do disable these /MSG commands to my bots?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6470">Sloop</a> — Sat Jul 16, 2005 12:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-16T12:28:17-04:00</updated>

		<published>2005-07-16T12:28:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52617#p52617</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52617#p52617"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52617#p52617"><![CDATA[
What exactly do you want? you want this command to be unavailable or you want it to be available for everybody?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 16, 2005 12:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sloop]]></name></author>
		<updated>2005-07-16T10:51:03-04:00</updated>

		<published>2005-07-16T10:51:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52602#p52602</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52602#p52602"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52602#p52602"><![CDATA[
I checked all my scripts which are loaded,but I could NOT FIND anything with help regarding this problem.<br><br>But I realized that ALL my bots respong to /msg botname help with a private notice of this:<br><br>[16:45:21] • [Notice-Private] entertainer (~botname@10.20.30.40) : /MSG commands for entertainer:<br>[16:45:23] • [Notice-Private] entertainer (~botname@10.20.30.40) : All users: ADDHOST HELP IDENT INFO PASS VOICE WHO WHOIS<br>[16:45:25] • [Notice-Private] entertainer (~botname@10.20.30.40) : Channel/global ops: OP INVITE GO KEY<br>[16:45:27] • [Notice-Private] entertainer (~botname@10.20.30.40) : Global masters: DIE JUMP MEMORY SAVE REHASH RESET<br>[16:45:29] • [Notice-Private] entertainer (~botname@10.20.30.40) : Channel masters: STATUS<br>[16:45:31] • [Notice-Private] entertainer (~botname@10.20.30.40) : For help on a command, /MSG entertainer HELP &lt;command&gt;. You are a master. Many many more commands are available via dcc chat. There may also be additional commands provided by other modules.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6470">Sloop</a> — Sat Jul 16, 2005 10:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-07-16T10:59:17-04:00</updated>

		<published>2005-07-16T10:37:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52601#p52601</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52601#p52601"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52601#p52601"><![CDATA[
it is a built-in bind.<br><br>unbind msg - help *msg:help<br><br>edit: copy&amp;paste the unbind into your config file and rehash<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jul 16, 2005 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sloop]]></name></author>
		<updated>2005-07-16T10:25:59-04:00</updated>

		<published>2005-07-16T10:25:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52599#p52599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52599#p52599"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52599#p52599"><![CDATA[
Yes. Can u help to find out?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6470">Sloop</a> — Sat Jul 16, 2005 10:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-16T10:21:51-04:00</updated>

		<published>2005-07-16T10:21:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52597#p52597</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52597#p52597"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52597#p52597"><![CDATA[
Are you using some kind of commands script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 16, 2005 10:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sloop]]></name></author>
		<updated>2005-07-16T10:18:15-04:00</updated>

		<published>2005-07-16T10:18:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52596#p52596</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52596#p52596"/>
		<title type="html"><![CDATA[How to disable the /MSG HELP to prevent recognizing bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52596#p52596"><![CDATA[
Hi alltogether,<br><br>I realized when I send a /MSG to my bot with the text "help", I will get a private notice with the commands available as a reply from my bot. <br><br>When someone else send this command he gets a reply "No access."<br><br>How can I disable this, so anyone else can not recognize my bot??<br>I switched everything to stealth and queit messages in my config file. <br><br>Help appreciated.<br><br>Tnx in advance,<br>Sloop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6470">Sloop</a> — Sat Jul 16, 2005 10:18 am</p><hr />
]]></content>
	</entry>
	</feed>
