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

	<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>2008-12-19T13:28:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DarkRaptor]]></name></author>
		<updated>2008-12-19T13:28:28-04:00</updated>

		<published>2008-12-19T13:28:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86377#p86377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86377#p86377"/>
		<title type="html"><![CDATA[mask to nick?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86377#p86377"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind MODE - +b whoisbannedproc whoisbanned { nick host hand chan mode target } {  set bannednick ""  foreach user [chanlist $chan] {    if {[string match $target $user![getchanhost $user]]} {      append bannednick "$user "    }  }  putserv "privmsg $chan :$nick tried to ban $bannednick"}</code></pre></div><br>not tested<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7635">DarkRaptor</a> — Fri Dec 19, 2008 1:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-19T09:29:11-04:00</updated>

		<published>2008-12-19T09:29:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86370#p86370</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86370#p86370"/>
		<title type="html"><![CDATA[mask to nick?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86370#p86370"><![CDATA[
Ive been looking through  commands and  tcl's and I just can't find  what I am looking for. <br><br>I am looking for a command that will find the nick of  someone banned.<br><br>when the mode bind is triggered  the victim variable is  a mask. I want to have the bot  message the channel <br>putserv "privmsg #channel :$nick tried to ban (nick of person being banned)"<br>how can I make the bot  determine the nick of the person being banned?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Fri Dec 19, 2008 9:29 am</p><hr />
]]></content>
	</entry>
	</feed>
