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

	<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>2006-04-17T23:38:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-04-17T23:38:51-04:00</updated>

		<published>2006-04-17T23:38:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62053#p62053</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62053#p62053"/>
		<title type="html"><![CDATA[!kick, !op, !deop etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62053#p62053"><![CDATA[
<blockquote class="uncited"><div>Thankfully Sir_Fz came to the "rescue". <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Indeed  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Mon Apr 17, 2006 11:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-04-17T23:27:57-04:00</updated>

		<published>2006-04-17T23:27:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62052#p62052</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62052#p62052"/>
		<title type="html"><![CDATA[!kick, !op, !deop etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62052#p62052"><![CDATA[
Convention dictates: nick uhost hand chan arg or n u h c a.<br><br>The point being made is that the user has no apparent knowledge of Tcl and literally cobbled together totally disparate pieces of code.<br><br>Thankfully Sir_Fz came to the "rescue". <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Apr 17, 2006 11:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-04-17T21:45:51-04:00</updated>

		<published>2006-04-17T21:45:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62051#p62051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62051#p62051"/>
		<title type="html"><![CDATA[!kick, !op, !deop etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62051#p62051"><![CDATA[
Technically it doesn't matter what you call the variables.<br>"m" would be the nick<br>"h" would be the uhost<br>"d" would be handle<br>"mo" would be channel<br>"y" would be text (or args)<br><br>Granted it gets extremely confusing doing that, but it is possible, the corrected proc would be:<div class="codebox"><p>Code: </p><pre><code>proc op {m h d mo y} {  if {![botisop $mo] } {         pushmode $mo +o $m      }   }</code></pre></div>Although I'm quite sure that if he wants help from here, those here willing to help would prefer that he use "conventional" variables.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Mon Apr 17, 2006 9:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-04-17T23:21:28-04:00</updated>

		<published>2006-04-17T20:52:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62049#p62049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62049#p62049"/>
		<title type="html"><![CDATA[Re: !kick, !op, !deop etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62049#p62049"><![CDATA[
<blockquote class="uncited"><div>mayb somthing like this<br><div class="codebox"><p>Code: </p><pre><code>bind pub o !op opproc op {m h d mo y} {   if {![botisop $chan] } {         pushmode $chan +o $n       }    } </code></pre></div></div></blockquote>month, hour, day, month, year?<br><br>If you're going to <em class="text-italics">copy</em> stuff and use it to advise unsuspecting users then get it right!<br><br><span style="color:red">** Edited **</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Apr 17, 2006 8:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-17T12:09:48-04:00</updated>

		<published>2006-04-17T12:09:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62035#p62035</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62035#p62035"/>
		<title type="html"><![CDATA[!kick, !op, !deop etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62035#p62035"><![CDATA[
Example:<div class="codebox"><p>Code: </p><pre><code>bind pub - !op opifopproc opifop {nick uhost hand chan arg} { if {[isop $nick $chan] &amp;&amp; $arg != ""} {  pushmode $chan +o [lindex [split $arg] 0] }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Apr 17, 2006 12:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CuteBangla]]></name></author>
		<updated>2006-04-17T11:57:16-04:00</updated>

		<published>2006-04-17T11:57:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62033#p62033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62033#p62033"/>
		<title type="html"><![CDATA[Re: !kick, !op, !deop etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62033#p62033"><![CDATA[
mayb somthing like this<br><div class="codebox"><p>Code: </p><pre><code>bind pub o !op opproc op {m h d mo y} {   if {![botisop $chan] } {         pushmode $chan +o $n       }    } </code></pre></div><br><blockquote class="uncited"><div>Hello,<br><br>I've got an question I can't find anywhere an script that the bot ops someone if someone is opped on the channel does: !op thatnick.<br><br>I don't want to change userflags in the bot for this. Just when someone is opped in the channel he can use: !op, !kick etc.<br><br>Can someone do this for me or just give me a hint <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Thank's for your help!</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7425">CuteBangla</a> — Mon Apr 17, 2006 11:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Icy]]></name></author>
		<updated>2006-04-17T11:31:50-04:00</updated>

		<published>2006-04-17T11:31:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62030#p62030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62030#p62030"/>
		<title type="html"><![CDATA[!kick, !op, !deop etc.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62030#p62030"><![CDATA[
Hello,<br><br>I've got an question I can't find anywhere an script that the bot ops someone if someone is opped on the channel does: !op thatnick.<br><br>I don't want to change userflags in the bot for this. Just when someone is opped in the channel he can use: !op, !kick etc.<br><br>Can someone do this for me or just give me a hint <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Thank's for your help!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7654">Icy</a> — Mon Apr 17, 2006 11:31 am</p><hr />
]]></content>
	</entry>
	</feed>
