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

	<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>2004-12-22T01:13:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-22T01:13:20-04:00</updated>

		<published>2004-12-22T01:13:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44358#p44358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44358#p44358"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44358#p44358"><![CDATA[
it works perfectly on my bot<br><br>so, how doesn't it work for you? doesn't add NICK as botuser? doesn't change its flags?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Dec 22, 2004 1:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dossi]]></name></author>
		<updated>2004-12-22T01:06:32-04:00</updated>

		<published>2004-12-22T01:06:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44357#p44357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44357#p44357"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44357#p44357"><![CDATA[
nick ison channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5819">dossi</a> — Wed Dec 22, 2004 1:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-22T00:59:01-04:00</updated>

		<published>2004-12-22T00:59:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44356#p44356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44356#p44356"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44356#p44356"><![CDATA[
hate to hear somebody say my script doesn't work, then test it myself only to discover it works<br><br>NICK must be on channel, has that occured to you?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Dec 22, 2004 12:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dossi]]></name></author>
		<updated>2004-12-22T00:22:16-04:00</updated>

		<published>2004-12-22T00:22:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44355#p44355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44355#p44355"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44355#p44355"><![CDATA[
Hate to be a bother, but-- doesn't work.<br><br>I'm doing !addop NICK (which is what i wanted it to do)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5819">dossi</a> — Wed Dec 22, 2004 12:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-21T23:47:07-04:00</updated>

		<published>2004-12-21T23:47:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44353#p44353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44353#p44353"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44353#p44353"><![CDATA[
oh okay... the request is lame, but anyway:<div class="codebox"><p>Code: </p><pre><code>bind pub m !addop foobind pub m !addpeon foobind pub m !delop foobind pub m !delpeon fooproc foo {n u h c t} {  set n [lindex [split $t] 0]  if {[string range $::lastbind 4 5] == "op"} {set f a} {set f g}  if {[set u [getchanhost $n $c]] == ""} return  set h [finduser $n!$u]  switch $::lastbind {    "!addop" - "!addpeon" {      if {$h == "*"} {adduser $n [maskhost $n!$u]; set h $n}      chattr $h +$f    }    "!delop" - "!delpeon" {      if {$h == "*"} return      chattr $h -$f    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 21, 2004 11:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-12-21T23:28:44-04:00</updated>

		<published>2004-12-21T23:28:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44351#p44351</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44351#p44351"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44351#p44351"><![CDATA[
Very simple, use this format in TCL:<br><br>To add:<blockquote class="uncited"><div>.adduser &lt;nick&gt; &lt;nick!<a href="mailto:ident@host.domain.com">ident@host.domain.com</a>&gt;<br>.chattr &lt;nick&gt; +av</div></blockquote>To remove:<blockquote class="uncited"><div>.deluser &lt;nick&gt;</div></blockquote>Legend:<div class="codebox"><p>Code: </p><pre><code>+ = add- = removea = autoopv = autovoice</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Dec 21, 2004 11:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dossi]]></name></author>
		<updated>2004-12-21T22:15:15-04:00</updated>

		<published>2004-12-21T22:15:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44347#p44347</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44347#p44347"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44347#p44347"><![CDATA[
Yes toefraz, thanks for clearing that up - Exactly what I'm loooking for<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5819">dossi</a> — Tue Dec 21, 2004 10:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[toefraz]]></name></author>
		<updated>2004-12-21T22:04:12-04:00</updated>

		<published>2004-12-21T22:04:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44346#p44346</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44346#p44346"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44346#p44346"><![CDATA[
Acutually, demond, I believe he is looking for a script that will add the user to the userfile, then set the user's  flag+ao when !addop is said in a channel. And then a part where !delop takes away to +ao option.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5143">toefraz</a> — Tue Dec 21, 2004 10:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-21T21:40:11-04:00</updated>

		<published>2004-12-21T21:40:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44344#p44344</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44344#p44344"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44344#p44344"><![CDATA[
what you are looking for doesn't require a script - setting that channel +autoop is enough (<strong class="text-strong">or</strong> giving +a flag to people who need to be autooped); respectively +autovoice <strong class="text-strong">and</strong> +v<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 21, 2004 9:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dossi]]></name></author>
		<updated>2004-12-21T18:03:57-04:00</updated>

		<published>2004-12-21T18:03:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44335#p44335</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44335#p44335"/>
		<title type="html"><![CDATA[!addX (chanserv mimic?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44335#p44335"><![CDATA[
I'm looking for a script where users can !addop or !addpeon (voice) and it will op or voice the users that were added in the channel. I know there have been posts like this before, but people respond with scripts that just allow !op which is not permanent. Does anyone have a script that will !addop/peon and save it, and each time the user joins the channel they get autooped? Also, something where you can delete those users<br><br>Thanks-<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5819">dossi</a> — Tue Dec 21, 2004 6:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
