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

	<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>2016-03-10T21:28:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sedition]]></name></author>
		<updated>2016-02-14T19:06:13-04:00</updated>

		<published>2016-02-14T19:06:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104697#p104697</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104697#p104697"/>
		<title type="html"><![CDATA[rules tcls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104697#p104697"><![CDATA[
his tcl is extensive thanks anyway<br>It is not what I wanted...<br><br>thanks madalin<br><br>my question is if the writing is correct ..<br>so far does not give me mistakes <br><br>anyone can check the tcl... please<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11854">Sedition</a> — Sun Feb 14, 2016 7:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2016-02-14T15:34:57-04:00</updated>

		<published>2016-02-14T15:34:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104693#p104693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104693#p104693"/>
		<title type="html"><![CDATA[rules tcls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104693#p104693"><![CDATA[
You could try this script <a href="http://forum.egghelp.org/viewtopic.php?t=19313&amp;highlight=create+trigger" class="postlink">http://forum.egghelp.org/viewtopic.php? ... te+trigger</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Sun Feb 14, 2016 3:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sedition]]></name></author>
		<updated>2016-03-10T21:28:37-04:00</updated>

		<published>2016-02-13T22:14:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104686#p104686</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104686#p104686"/>
		<title type="html"><![CDATA[rules tcls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104686#p104686"><![CDATA[
Hi all<br>This TCL serves me<br>but I want it reviewed<br>Please : )<div class="codebox"><p>Code: </p><pre><code># rules1.0.tcl inspired by `Dracu|a`# rewritten from tell1.1.tcl (Lassi Lahtinen lahtinen.lassi@nic.fi) by Wanderer|# final debug by ShadowLord # email me @: jjmacgregor@kscable.com# version 1.0 a simple and to the point TCL :)# You can ask help: # 1. by emailing me# 2. I'm on Dalnet in #VladTepes# 3. Wanderer| is on UnderNET in #TCL# thanks a lot to Wanderer| and ShadowLord!# updated for sedition  1.-the method commands was extended example: !rules or .rules# 2.-the message method was extended for the command: 0 = notice to nick,  1 = private message to channel, 2 = private message to nick.# IRC:  irc.dal.net channels #tcls #cremacamba  my nick's sediton or supr# email: reebot@outlook.com# you can start to use rules1.0.tcl after you change "line1" and "line2" (btw # you can add lines "line 3" "line 4" etc it's not restricted) to your # channel's rules and write public command !rules or !rules &lt;nick&gt; on your chan!# commands: !rules pastes the rules on open channel !rules &lt;nick&gt; will /notice a # individual person the channel rules.set chanrules {"the channel rules are:""1. not insult""2. not bother anyone""*** end of the rules ***"}# Choose the method to use the bot# 0 = notice to nick# 1 = private message to channel# 2 = private message to nickset noticeoptionxp 1#commandsset rules_command "!rules .rules"#bind pub o !rules pub:tforeach ruleschans [split $rules_command] {bind pub - $ruleschans pub:t}proc pub:t {nick uhost hand chan text} {global chanrules noticeoptionxpset rulenick [lindex [split $text " "] 0]if {$text != "" &amp;&amp; [onchan $rulenick $chan]} {puthelp "NOTICE $rulenick :these are the rules of our channel. Pay attention!"foreach line $chanrules { puthelp "NOTICE $rulenick :$line" }return 0}if {$noticeoptionxp == "0"} {foreach line $chanrules {puthelp "NOTICE $nick :$line" }}if {$noticeoptionxp == "1"} {foreach line $chanrules {puthelp "PRIVMSG $chan :$line" }}if {$noticeoptionxp == "2"} {foreach line $chanrules {puthelp "PRIVMSG $nick :$line" } }}putlog "\002rules 2.0 by `Dracu|a` updated for sedition"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11854">Sedition</a> — Sat Feb 13, 2016 10:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
