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

	<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>2019-01-21T17:42:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Dominatez]]></name></author>
		<updated>2019-01-21T17:42:54-04:00</updated>

		<published>2019-01-21T17:42:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107349#p107349</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107349#p107349"/>
		<title type="html"><![CDATA[Re: SayHelp ver 1.02]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107349#p107349"><![CDATA[
Hi SpiKe^^ : Yes it's working great thanks.<br><br><blockquote class="uncited"><div>Dominatez:<br><br>Other than the missing bracket, is this script functioning as intended?</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12783">Dominatez</a> — Mon Jan 21, 2019 5:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2019-01-15T21:37:47-04:00</updated>

		<published>2019-01-15T21:37:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107340#p107340</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107340#p107340"/>
		<title type="html"><![CDATA[SayHelp ver 1.02]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107340#p107340"><![CDATA[
Dominatez:<br><br>Other than the missing bracket, is this script functioning as intended?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Tue Jan 15, 2019 9:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dominatez]]></name></author>
		<updated>2019-01-15T16:22:42-04:00</updated>

		<published>2019-01-15T16:22:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107339#p107339</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107339#p107339"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107339#p107339"><![CDATA[
Missing Close Bracket on The following code.<br><div class="codebox"><p>Code: </p><pre><code>variable dotarget  ;  variable how  ;  variable who  ;  set ok 0    if {[info exists who($m)]} {  set mode [lassign $who($m) flag]      if {$flag ne "" &amp;&amp; $hn ne "*" &amp;&amp; [matchattr $hn $flag $ch} {  set ok 1      } elseif {[lsearch $mode "+o"] &gt;= 0 &amp;&amp; [isop $nk $ch]} {  set ok 1      } elseif {[lsearch $mode "+h"] &gt;= 0 &amp;&amp; [ishalfop $nk $ch]} {  set ok 1      } elseif {[lsearch $mode "+v"] &gt;= 0 &amp;&amp; [isvoice $nk $ch]} {  set ok 1  }      if {$ok == 0} {  return 0  }    }</code></pre></div>if {$flag ne "" &amp;&amp; $hn ne "*" &amp;&amp; [matchattr $hn $flag $ch} {  set ok 1 <br><br>Should be<br><br>if {$flag ne "" &amp;&amp; $hn ne "*" &amp;&amp; [matchattr $hn $flag $ch]} {  set ok 1<br><br>Or it will throw an error when you do !admin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12783">Dominatez</a> — Tue Jan 15, 2019 4:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2019-01-15T21:31:53-04:00</updated>

		<published>2018-12-02T19:58:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107256#p107256</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107256#p107256"/>
		<title type="html"><![CDATA[SayHelp ver 1.02]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107256#p107256"><![CDATA[
Once we start adding "trigger specific settings" to this script, we quickly get away from the original theme of "Simple, simple, idiot proof !rules script"<br><br>With that said, Here is a my first try at keeping it as simple as possible.<br><br>This version adds 2 new trigger specific settings. They are both optional.<br><div class="codebox"><p>Code: </p><pre><code>######################################## SayHelp ver 1.02       02Dec2018 ########################################namespace eval say {  variable say ;  variable how ;  variable who  array unset say "*" ;  array unset how "*" ;  array unset who "*"################ Begin Script Settings ################  variable cmdchar "!"   ;# All commands start with this One Character #  ## Add as many commands as you want:)                      ##  ## - name each one uniquely, the name is also the trigger  ##  ## - add as many reply lines as you want to each command   ##  ## The default reply method is PrivateNotice  (send by notice to nick).      ##  ## There is an optional per-trigger setting available to change that Method. ##  ## - add the following line to any command we Don't want send PrivateNotice. ##  ##     set how(&lt;CommandName&gt;) "&lt;ReplyMethod&gt;"                                ##  ## - 3 valid reply methods:  msg =PrivMsg || pub =PubNotc || pubmsg =PubMsg  ##  ##   ex.   set how(help) "msg"     =send the !help reply by PrivateMessage.  ##  ## The default commands permissions are: Reply to Everyone on All triggers.  ##  ## There is an optional per-trigger setting available to limit cmd access.   ##  ## - add the following line to any command we Don't want Reply to Everyone.  ##  ##     set who(&lt;CommandName&gt;) "&lt;Flags/Modes&gt;"                                ##  ## - Flags can be any valid Eggdrop userfile flags.                          ##  ##   ex.   set who(admin) "o|o"   =check userfile for global or chan o flag. ##  ## - Modes can be any of these:  +o  and/or:  +v  and/or:  +h                ##  ##   ex.   set who(admin) "+o"    =check for user has +o in the channel.     ##  ## Advanced example:   set who(admin) "ov|ov +o +v"   :Flags 1st, space sep. ##  set say(help) {    "These are the help lines for our channel."    "help line 1"    "help line 2"  }  set say(rules) {    "These are the rules of our channel. Pay attention!"    "rule line 1"    "rule line 2"  }  set how(rules) "msg"  set say(admin) {    "These are the admin lines for our channel."    "admin line 1"    "admin line 2"  }  set how(admin) "msg"  set who(admin) "+o"  variable dotarget 1    ;# 1 = target nick enabled # 0 = disabled ################# End of Settings (Don't edit below) ################  foreach aname [array names say] {    bind pubm - "?%~\\${cmdchar}${aname}*" [namespace current]::sayit    if {[info exists how($aname)] &amp;&amp; ![regexp -- {^(pubmsg|msg|pub)$} $how($aname)]} {      unset how($aname)    }    if {[info exists who($aname)]} {      set who($aname) [split [string trim $who($aname)]]      if {[string index [lindex $who($aname) 0] 0] eq "+"} {        set who($aname) [linsert $who($aname) 0 ""]      }    }  }  proc sayit {nk uh hn ch tx} {  variable cmdchar  ;  variable say    lassign [split $tx] cmd target    if {[string index $cmd 0] ne $cmdchar} {  return 0  }    set m [lsearch -nocase -inline [array names say] [string range $cmd 1 end]]    if {$m eq ""} {  return 0  }    variable dotarget  ;  variable how  ;  variable who  ;  set ok 0    if {[info exists who($m)]} {  set mode [lassign $who($m) flag]      if {$flag ne "" &amp;&amp; $hn ne "*" &amp;&amp; [matchattr $hn $flag $ch]} {  set ok 1      } elseif {[lsearch $mode "+o"] &gt;= 0 &amp;&amp; [isop $nk $ch]} {  set ok 1      } elseif {[lsearch $mode "+h"] &gt;= 0 &amp;&amp; [ishalfop $nk $ch]} {  set ok 1      } elseif {[lsearch $mode "+v"] &gt;= 0 &amp;&amp; [isvoice $nk $ch]} {  set ok 1  }      if {$ok == 0} {  return 0  }    }    set tgt $nk  ;  set hows "NOTICE"    if {[info exists how($m)]} {      if {[string match "pub*" $how($m)]} {  set tgt $ch  }      if {[string match "*msg" $how($m)]} {  set hows "PRIVMSG"  }    }    if {$dotarget eq "0" || $target eq "" || ![onchan $target $ch]} {      set target $tgt    }    foreach line $say($m) {  puthelp "$hows $target :$line"  }    return 0  }}putlog "SayHelp ver 1.02 Loaded."</code></pre></div>Edited: Fixed the "Missing Close Bracket" error found below. Thanks Dominatez.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sun Dec 02, 2018 7:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[crymsun]]></name></author>
		<updated>2018-12-01T12:13:29-04:00</updated>

		<published>2018-12-01T12:13:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107253#p107253</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107253#p107253"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107253#p107253"><![CDATA[
<blockquote class="uncited"><div>I could sure use someone to test this script and report back here please:)</div></blockquote>I didn't want to try it, since the other one you provided worked perfectly. After weeks of hair-pulling insanity, I'm not changing a thing until I become much more fluent in tcl!<br><br>Once that happens.. I think I'd like to be able to dictate which ! commands are sent as Notice and which are sent as a query/private message.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12774">crymsun</a> — Sat Dec 01, 2018 12:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-11-30T04:56:36-04:00</updated>

		<published>2018-11-30T04:56:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107252#p107252</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107252#p107252"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107252#p107252"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>namespace eval say {set say(rules) {"These are the rules of our channel. Pay attention!""rule line 1""rule line 2"}set say(help) {"These are the help lines for our channel.""help line 1""help line 2"}set say(admin) {"These are the admin lines for our channel.""admin line 1""admin line 2"}# don't edit past this lineforeach ele [binds [namespace current]::*] {if {[scan $ele {%s%s%s%d%s} type flags cmd hits func] != 5} continueunbind $type $flags $cmd $func}foreach name [array names say] {bind pub - !${name} [namespace current]::say}proc say {nick uhost hand chan text} {variable sayif {[scan $text {%s} who] != 1} {set who $nick}if {![onchan $chan $who]} returnset cmd [string tolower [lindex [split $::lastbind !] 1]]if {[lsearch [array names say] $cmd] &gt; -1} {foreach line $say($cmd) { puthelp "NOTICE $who :$line"}}}}</code></pre></div>Just add another block like:<div class="codebox"><p>Code: </p><pre><code>set say(something) {"line 1""line 2""line 3"}</code></pre></div>and the !something is automatically created when bot is rehashed, just make sure the trigger word is in lower case.<br><br>If you say <em class="text-italics">!rules nick</em> will send the rules (or any of the other commands) to that nick if it's on the channel else won't do anything. If no nick is given then the result will be sent to the person that issued the command.<br><br>PS: Haven't tested anything.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Nov 30, 2018 4:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2018-11-29T10:48:15-04:00</updated>

		<published>2018-11-29T10:48:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107251#p107251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107251#p107251"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107251#p107251"><![CDATA[
I could sure use someone to test this script and report back here please:)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Thu Nov 29, 2018 10:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2018-11-27T15:18:36-04:00</updated>

		<published>2018-11-27T15:18:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107249#p107249</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107249#p107249"/>
		<title type="html"><![CDATA[SayHelp ver 1.01]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107249#p107249"><![CDATA[
I like this one better. Code hasn't been tested yet.<br><br>New in ver 1.01<br>- Now add unlimited triggers/replies with no code editing.<br>- Now supports send reply to target nick (can be disabled).<br><div class="codebox"><p>Code: </p><pre><code>namespace eval say {  variable say  ; array unset say "*"################ Begin Settings ################  variable cmdchar "!"    ;# Every command starts with this One Character #  ## Add as many commands as you want:) ##  ## - name each one uniquely, the name is also the trigger ##  ## - add as many reply lines as you want to each command ##  set say(rules) {    "These are the rules of our channel. Pay attention!"    "rule line 1"    "rule line 2"  }  set say(help) {    "These are the help lines for our channel."    "help line 1"    "help line 2"  }  set say(admin) {    "These are the admin lines for our channel."    "admin line 1"    "admin line 2"  }  variable dotarget 1    ;# 1 = target nick enabled # 0 = disabled ################# End of Settings (Don't edit below) ################  foreach sayname [array names say] {    bind pubm - "?%~\\${cmdchar}${sayname}*" [namespace current]::sayit  }  proc sayit {nk uh hn ch tx} {  variable cmdchar  ;  variable say    lassign [split $tx] cmd target  ;  variable dotarget    if {[string index $cmd 0] ne $cmdchar} {  return 0  }    set match [lsearch -nocase -inline [array names say] [string range $cmd 1 end]]    if {$match eq ""} {  return 0  }    if {$dotarget eq "0" || $target eq "" || ![onchan $target $ch]} {      set target $nk    }    foreach line $say($match) {  puthelp "NOTICE $target :$line"  }    return 0  }}putlog "SayHelp ver 1.01 Loaded."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Tue Nov 27, 2018 3:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[crymsun]]></name></author>
		<updated>2018-11-26T23:06:29-04:00</updated>

		<published>2018-11-26T23:06:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107248#p107248</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107248#p107248"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107248#p107248"><![CDATA[
THANK YOU!!!!<br><br>Thank you, thank you a hundred times thank you. It worked. Got others to come in and test it out... works wonderfully.<br><br>Cannot thank you enough, truly... I was ready to chuck the whole thing, channel and all.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12774">crymsun</a> — Mon Nov 26, 2018 11:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2018-11-26T23:55:09-04:00</updated>

		<published>2018-11-26T09:50:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107246#p107246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107246#p107246"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107246#p107246"><![CDATA[
Please try this script based on caesar's previous post.<br><div class="codebox"><p>Code: </p><pre><code>namespace eval say {  variable say  set say(rules) {    "These are the rules of our channel. Pay attention!"    "rule line 1"    "rule line 2"  }  set say(help) {    "These are the help lines for our channel."    "help line 1"    "help line 2"  }  set say(admin) {    "These are the admin lines for our channel."    "admin line 1"    "admin line 2"  }  bind pub -|- !rules [namespace current]::rules  bind pub -|- !help [namespace current]::help  bind pub -|- !admin [namespace current]::admin  proc rules {nick uhost hand chan text} {    variable say    foreach line $say(rules) {      puthelp "NOTICE $nick :$line"    }  }  proc help {nick uhost hand chan text} {    variable say    foreach line $say(help) {      puthelp "NOTICE $nick :$line"    }  }  proc admin {nick uhost hand chan text} {    variable say    foreach line $say(admin) {      puthelp "NOTICE $nick :$line"    }  }}putlog "SayHelp ver 0.1 Loaded."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Mon Nov 26, 2018 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[crymsun]]></name></author>
		<updated>2018-11-25T22:07:23-04:00</updated>

		<published>2018-11-25T22:07:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107245#p107245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107245#p107245"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107245#p107245"><![CDATA[
Here is what I am currently working with (having given up on trying to do !rules !help and !admin)..<br><div class="codebox"><p>Code: </p><pre><code>set chanrules {  "rules line 1"  "rules line 2"} bind pub - !rules &lt;nick&gt;proc pub:t {nick uhost hand chan text} {  global chanrules  set 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  }  foreach line $chanrules {puthelp "PRIVMSG $nick :$line" }}</code></pre></div>It was working... then suddenly it wasn't working... <br><br>At first I tried to replicate the above, using !help and !admin instead of !rules, but again, any command preceded by "!" would prompt the rules script. I gave up and narrowed it back down to just the !rules. It worked for a bit, then it stopped working.<br><br>There are not enough stress balls on this planet to deal with this. LOL<br><br>Would love a script where I can fill in the rules list, help list and admin list so that when anyone in channel types !rules !help or !admin they get that corresponding list, privately.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12774">crymsun</a> — Sun Nov 25, 2018 10:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2018-11-21T10:00:11-04:00</updated>

		<published>2018-11-21T10:00:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107233#p107233</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107233#p107233"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107233#p107233"><![CDATA[
You should post your broken code here, All of it, if you want some help with it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Nov 21, 2018 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[crymsun]]></name></author>
		<updated>2018-11-14T22:36:00-04:00</updated>

		<published>2018-11-14T22:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107202#p107202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107202#p107202"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107202#p107202"><![CDATA[
Sorry I wasn't clear... <br><br>I tried (perhaps stupidly?) to replicate the code you provided into two additional scripts... one for !help and one for !admins... (in addition to the !rules script). I added the source lines to the config file.. restarted the bot...<br><br>But somehow that made only one of the scripts' text (the rules) appear no matter which of the three ! commands were typed.<br><br>For example:<br>!rules (rules text appears in PM)<br>!help (rules text appears in PM)<br>!admin (rules text appears in PM)<br><br>rules.tcl - for !rules<br>help.tcl - for !help<br>admin.tcl - for !admins<br><br>Used the same code - changing the text lines and instead of "chanrules" it would be "chanhelp" for one and "chanadmins" for the other.<br><br>Not sure how else to describe it?<br><br>(I did fix the chan vs pvt message issue... that was a simple mistake &amp; fix on my part).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12774">crymsun</a> — Wed Nov 14, 2018 10:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2018-11-14T18:48:23-04:00</updated>

		<published>2018-11-14T18:48:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107201#p107201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107201#p107201"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107201#p107201"><![CDATA[
What "three different sets of commands are working"??<br><br>The script we are working with has a single trigger, calling a single process, and my bet is that is working as desired.<br><br>If you are running other code as well, and you want help with that other code, you will need to post that other code here.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Nov 14, 2018 6:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[crymsun]]></name></author>
		<updated>2018-11-14T18:56:14-04:00</updated>

		<published>2018-11-14T18:25:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107200#p107200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107200#p107200"/>
		<title type="html"><![CDATA[Simple, simple, idiot proof !rules script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107200#p107200"><![CDATA[
So... still only one set of text responds to any ! command... and another problem is that they are displaying to everyone in the channel.. rather than a notice or priv msg.<br><br>I did a full kill/restart prior to test. It DID load the one text, no errors coming back at me...<br><br>(many, many thanks, Spike for all your help.. truly appreciated!)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12774">crymsun</a> — Wed Nov 14, 2018 6:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
