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

	<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>2002-12-22T18:52:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-12-22T18:52:58-04:00</updated>

		<published>2002-12-22T18:52:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14505#p14505</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14505#p14505"/>
		<title type="html"><![CDATA[A script that send /msg to the bot owner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14505#p14505"><![CDATA[
Thats exactly what I wanted, thanks. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Sun Dec 22, 2002 6:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-12-22T18:24:12-04:00</updated>

		<published>2002-12-22T18:24:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14504#p14504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14504#p14504"/>
		<title type="html"><![CDATA[A script that send /msg to the bot owner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14504#p14504"><![CDATA[
I was a bit bored so I decided to write such script, I'm not sure if it's what you wanted but oh well <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> If you would like anything to be changed, ask <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><div class="codebox"><p>Code: </p><pre><code># This tcl was requested by Mandor at http://forum.egghelp.org # tcl # Makes bot send a msg to a person, with info of nick who got # kicked, nick # who executed kick and kick reason, similar with ban.# Settings # Nick of the person who will get msgs about kicks/bansset nickmsg "NickWhichWillGetK/BReports"# Binds  bind kick - * reportkbind mode - "* +b" reportb# Procsproc reportk {nick uhost handle chan kicked reason} {global nickmsg set addy [getchanhost $kicked]puthelp "PRIVMSG $nickmsg :Kick report - \002$kicked\002!$addy was kicked off \002$chan\002 with a reason: $reason by \002$nick\002"}proc reportb {nick uhost handle chan ban victim} {global nickmsgputhelp "PRIVMSG $nickmsg :Ban report - \002$nick\002 has set +b $victim on \002$chan\002"}putlog "Kick/Ban report by Nexus6 loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Sun Dec 22, 2002 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-12-22T16:40:21-04:00</updated>

		<published>2002-12-22T16:40:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14502#p14502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14502#p14502"/>
		<title type="html"><![CDATA[A script that send /msg to the bot owner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14502#p14502"><![CDATA[
I definitly suck at tcl scripting, thats why I requiere the help of all the skilled programmers that are arround.<br><br>As you probably know, the bot only echos on the partyline bans and kicks that occurs in the channel the console is tuned on.<br><br>Would that be possible to make a little tcl script that makes the bot send a /msg to a specific nick each times he bans or kick someone on a channel ?<br>And if the /msg could say the nick of the person that got kicked / banned and the channel it occured on, and maybe the kick / ban reason, that would be great.<br><br>This little script would be of great use, because I like to know where and why my bot is banning people, and if it happens on a channel my console isn't monitoring, I'm only aware of the ban when people start complaining.<br><br>Thanks in advance to the person who will comit the time to make this little script.<p>Statistics: Posted by Guest — Sun Dec 22, 2002 4:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
