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

	<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-09-29T19:14:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-09-29T19:14:19-04:00</updated>

		<published>2005-09-29T19:14:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56205#p56205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56205#p56205"/>
		<title type="html"><![CDATA[modif tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56205#p56205"><![CDATA[
<blockquote class="uncited"><div>bind &lt;type&gt; &lt;flags&gt; &lt;keyword/mask&gt; [proc-name]<br><br>flags are the flags the user must have to trigger the event (if applicable).</div></blockquote>Example:<div class="codebox"><p>Code: </p><pre><code>bind mode m|m +o opbind mode m|m -o op</code></pre></div>For further assistance on flags, via the Command Console:<div class="codebox"><p>Code: </p><pre><code>.help whois</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Sep 29, 2005 7:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-29T12:47:24-04:00</updated>

		<published>2005-09-29T12:47:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56192#p56192</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56192#p56192"/>
		<title type="html"><![CDATA[modif tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56192#p56192"><![CDATA[
not sure what you mean about the m|m thing, but for the channel thing you need to remeve the '$chan == $prochan' condition. in case you want masters to be not logged/punished replace '$chan == $prochan' with '![matchattr $hand m|m $chan]'.<br><br>PS: post code in <div class="codebox"><p>Code: </p><pre><code> tags, otherwise whitespaces are beeing collapsed by the web browser that destroys code formating.PPS: the code is ugly anyway, you shouldn't learn from such :D.</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Sep 29, 2005 12:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ulrik]]></name></author>
		<updated>2005-09-29T09:09:16-04:00</updated>

		<published>2005-09-29T09:09:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56188#p56188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56188#p56188"/>
		<title type="html"><![CDATA[modif tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56188#p56188"><![CDATA[
Hi!<br> how to change it tcl for use all channel and authorized m|m has op / deop<br><br>thx all help and sorry for my English..  <br><div class="codebox"><p>Code: </p><pre><code>#put here the channel that the bot must protect set prochan "#loldelol"bind mode - *-o* deop proc deop {nick uhost hand chan args} {  global botnick home servicename prochan  set dnick [lindex $args 1]  if {$chan == $prochan} {  if {$dnick == $botnick} {  putserv "NOTICE $nick :your deop of the bot has been logged !!"   putchan $home "$nick deoped me on $chan" }  if {$nick == $botnick} {  putchan $chan "i'm sorry i have to do this ..." } else {  putserv "MODE $chan -o $nick"  putserv "MODE $chan +o $dnick" }  } else {  return 1 } return 1}bind mode - *+o* op proc op {nick uhost hand chan args} {  global botnick home servicename prochan  set dnick [lindex $args 1]   if {$chan == $prochan} {  if {$dnick == $botnick} {  putchan $chan "wel i can't say no ... tnx dude !"   return 1 }  if {$nick == $botnick} {  putchan $chan "now say tnx !!!" } else {   putserv "MODE $chan -o $dnick" }  } else {  return 1 } return 1 }"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6784">Ulrik</a> — Thu Sep 29, 2005 9:09 am</p><hr />
]]></content>
	</entry>
	</feed>
