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

	<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>2003-01-11T09:10:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[MD87]]></name></author>
		<updated>2003-01-11T09:10:27-04:00</updated>

		<published>2003-01-11T09:10:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15173#p15173</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15173#p15173"/>
		<title type="html"><![CDATA[Hiding /msgs to the bot?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15173#p15173"><![CDATA[
Just tried using a msg bind w/o the proc with the switch in and 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><br>TY<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2374">MD87</a> — Sat Jan 11, 2003 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-11T09:00:53-04:00</updated>

		<published>2003-01-11T09:00:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15170#p15170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15170#p15170"/>
		<title type="html"><![CDATA[Hiding /msgs to the bot?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15170#p15170"><![CDATA[
Don't use the msgm bind for this.<br><br>Use the MSG bind.<br><br>It maks things far more easier to manage.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Jan 11, 2003 9:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MD87]]></name></author>
		<updated>2003-01-11T08:56:46-04:00</updated>

		<published>2003-01-11T08:56:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15168#p15168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15168#p15168"/>
		<title type="html"><![CDATA[Hiding /msgs to the bot?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15168#p15168"><![CDATA[
I was using msgm, returning 0, I've tried msgm returning 1, and msg returning 1 &amp; 0, but it still logs it :/ I've included the proc as it is atm below to see if that helps  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"> <br><blockquote class="uncited"><div>bind msgm -|- * mdbots:msgm<br><br>proc mdbots:msgm { nick address handle text } {<br>  switch "[lindex $text 0]" {<br>    clearchan { mdbots:chan:clear $nick $address $handle [lrange $text 1 end] }<br>    help { mdbots:help:main $nick $address $handle [lrange $text 1 end] }<br>    login { mdbots:login:msg $nick $address $handle [lrange $text 1 end] }<br>  }<br>}<br><br>proc mdbots:login:msg { nick address handle text } {<br>  set host [mdbots:generic:gethost $nick]<br>  set user [lindex $text 0]<br>  set pass [lindex $text 1]<br>  if { [passwdok $user $pass] } {<br>    putserv "NOTICE $nick :Password OK. Added host $host"<br>    #TODO: Actually add the host <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><br>    putcmdlog "($nick!$address) login $user PASS..." <br>  }<br>  return 0;<br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2374">MD87</a> — Sat Jan 11, 2003 8:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-10T21:57:00-04:00</updated>

		<published>2003-01-10T21:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15156#p15156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15156#p15156"/>
		<title type="html"><![CDATA[Hiding /msgs to the bot?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15156#p15156"><![CDATA[
I am not sure which bidn you have used.<br><br>However, see the section in tcl-commands.doc regarding return codes (below the binds information).<br><br>WHat you return, will usualy effect how eggdrop works.<br><br>FOr floods, you can make a script that will do it's own protection, or get eggdrop to do it's own as well.<br><br>With msg binds, returning somthing like 1, will force it lot to log and so on.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Jan 10, 2003 9:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MD87]]></name></author>
		<updated>2003-01-10T21:38:25-04:00</updated>

		<published>2003-01-10T21:38:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15155#p15155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15155#p15155"/>
		<title type="html"><![CDATA[Hiding /msgs to the bot?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15155#p15155"><![CDATA[
Is it possible to hide messages sent to the bot, even if users have +m? I'm making a 'login' proc for my script, which puts something like this in the logs:<br><br>[01:25] (MD87!<a href="mailto:MD87@m117-mp1.cvx1-a.lei.dial.ntli.net">MD87@m117-mp1.cvx1-a.lei.dial.ntli.net</a>) login md87 PASS... <br><br>but if I set console mode +m, I see<br><br>[01:22] (MD87!<a href="mailto:MD87@m117-mp1.cvx1-a.lei.dial.ntli.net">MD87@m117-mp1.cvx1-a.lei.dial.ntli.net</a>) login md87 PASS...<br>[01:22] [MD87!<a href="mailto:MD87@m117-mp1.cvx1-a.lei.dial.ntli.net">MD87@m117-mp1.cvx1-a.lei.dial.ntli.net</a>] login md87 &lt;MY PASS HERE&gt;<br><br>Is there anyway to stop this?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2374">MD87</a> — Fri Jan 10, 2003 9:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
