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

	<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>2014-10-13T00:44:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[angel1092]]></name></author>
		<updated>2014-10-13T00:44:31-04:00</updated>

		<published>2014-10-13T00:44:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103274#p103274</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103274#p103274"/>
		<title type="html"><![CDATA[Tag Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103274#p103274"><![CDATA[
I cant really test the script because i don`t have 'package require ip' installed on the server but i looked in the script and the first check of ::ripecheck::maskarray is when it checks this file "scripts/iplist.txt".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12451">angel1092</a> — Mon Oct 13, 2014 12:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-02-06T09:51:07-04:00</updated>

		<published>2013-02-06T09:51:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100914#p100914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100914#p100914"/>
		<title type="html"><![CDATA[Tag Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100914#p100914"><![CDATA[
Didnt tested but if you encounter errors please let me know and i will fix them<br><div class="codebox"><p>Code: </p><pre><code>#### ++++ Author: MadaliN &lt;madalinmen28@yahoo.com&gt;### +++ Script name: TAG Voice## +++ Version 1.0 (2/6/2013)# Commands#!tagvoice -add#!tagvoice -del#!tagvoice -list## You have to use .chanset #channel +tagvoice so that the script will workbind PUB n !tagvoice tagvoice:pubbind JOIN - * tagvoice:joinsetudef flag tagvoiceproc tagvoice:join {nick uhost hand chan} {global tagvoiceif {[channel get $chan tagvoice] &amp;&amp; [info exists tagvoice]} {foreach n [array names tagvoice] {if {[string match -nocase "$n*" $nick]} {pushmode $chan +v $nickputserv "PRIVMSG $chan :tag found.."}}}}proc tagvoice:pub {nick uhsot hand chan arg} {global tagvoiceswitch -exact -- [lindex [split $arg] 0] {add --add {if {[lindex [split $arg] 1] == ""} { putserv "PRIVMSG $chan :\002$nick\002 - You have to specify a TAG name"; return }set tagvoice([lindex [split $arg] 1]) "[unixtime]"tagvoice:saveputserv "PRIVMSG $chan :\002$nick\002 - You succesfully saved TAG \00312[lindex [split $arg] 1]"}del --del {if {[lindex [split $arg] 1] == ""} { putserv "PRIVMSG $chan :\002$nick\002 - You have to specify a TAG name"; return }if {![info exists tag([lindex [split $arg] 1])]} { putserv "PRIVMSG $chan :\002$nick\002 - TAG \00304[lindex [split $arg] 1]\003 doesnt exists"; return }unset -nocomplain tagvoice([lindex [split $arg] 1])tagvoice:saveputserv "PRIVMSG $chan :\002$nick\002 - You succesfully erased TAG \00304[lindex [split $arg] 1]"}list --list {if {![info exists tagvoice]} { putserv "PRIVMSG $chan :\002$nick\002 - There is no TAG added"; return }set list ""foreach n [array names tagvoice] { lappend list $n }putserv "PRIVMSG $chan :\002$nick\002 - TAG list: [join $list ", "]"}}}proc tagvoice:save {} {global tagvoiceset ofile [open tagvoice w]puts $ofile "array set tagvoice [list [array get tagvoice]]"close $ofile}catch {source tagvoice}putlog "+++ Succesfully loaded: \00312TAG Voice TCL Script"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Wed Feb 06, 2013 9:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Football]]></name></author>
		<updated>2011-08-20T04:01:35-04:00</updated>

		<published>2011-08-20T04:01:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97455#p97455</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97455#p97455"/>
		<title type="html"><![CDATA[Tag Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97455#p97455"><![CDATA[
Anyone ? Please?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10393">Football</a> — Sat Aug 20, 2011 4:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Football]]></name></author>
		<updated>2011-08-06T06:55:42-04:00</updated>

		<published>2011-08-06T06:55:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97333#p97333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97333#p97333"/>
		<title type="html"><![CDATA[Tag Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97333#p97333"><![CDATA[
Hey, using this tag script to voice users using tags.<br><br>Was wondering if someone could improve it so I can add/remove tags via pubmsg?<br>Thanks<div class="codebox"><p>Code: </p><pre><code>setudef flag tagvoice bind join - {% ARG|*} voice:user bind nick - {% ARG|*} voice:user bind join - {% COL|*} voice:user bind nick - {% COL|*} voice:user bind join - {% CRC|*} voice:user bind nick - {% CRC|*} voice:user bind join - {% BOL|*} voice:user bind nick - {% BOL|*} voice:user bind join - {% BRA|*} voice:user bind nick - {% BRA|*} voice:user bind join - {% PAR|*} voice:user bind nick - {% PAR|*} voice:user bind join - {% URU|*} voice:user bind nick - {% URU|*} voice:user bind join - {% PER|*} voice:user bind nick - {% PER|*} voice:user bind join - {% VEN|*} voice:user bind nick - {% VEN|*} voice:user bind join - {% MEX|*} voice:user bind nick - {% MEX|*} voice:user bind join - {% ECU|*} voice:user bind nick - {% ECU|*} voice:user bind join - {% CHI|*} voice:user bind nick - {% CHI|*} voice:user bind nick - * devoice:user proc voice:user {nick uhost hand chan {nn ""}} {  if { ![channel get $chan tagvoice] } { return 0 }  if {$nn == ""} {set nn $nick}  if {![isvoice $nn $chan]} {   pushmode $chan +v $nn  } } proc devoice:user {nick uhost hand chan nn} {  if { ![channel get $chan tagvoice] } { return 0 }  if {![string match -nocase ARG|* $nn] &amp;&amp; ![string match -nocase BRA|* $nn] &amp;&amp; ![string match -nocase PAR|* $nn] &amp;&amp; ![string match -nocase CHI|* $nn] &amp;&amp;  ![string match -nocase ECU|* $nn] &amp;&amp;  ![string match -nocase MEX|* $nn] &amp;&amp;  ![string match -nocase VEN|* $nn] &amp;&amp; ![string match -nocase PER|* $nn] &amp;&amp; ![string match -nocase URU|* $nn] &amp;&amp; ![string match -nocase CRC|* $nn] &amp;&amp; ![string match -nocase COL|* $nn] &amp;&amp; ![string match -nocase BOL|* $nn] &amp;&amp; [isvoice $nn $chan]} {   pushmode $chan -v $nn }  } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10393">Football</a> — Sat Aug 06, 2011 6:55 am</p><hr />
]]></content>
	</entry>
	</feed>
