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

	<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-02-26T13:33:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stere0]]></name></author>
		<updated>2004-02-26T13:33:11-04:00</updated>

		<published>2004-02-26T13:33:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34012#p34012</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34012#p34012"/>
		<title type="html"><![CDATA[example]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34012#p34012"><![CDATA[
You can do something like this:<br><blockquote class="uncited"><div>proc needop {chan} {<br>       putserv "PRIVMSG nickserv : identify [botnick] [pwd]"<br>       putserv "PRIVMSG chanserv : op [#chan] [botnick]"<br>       putserv "MODE [chan] +a [botnick]"<br>}<br><br>channel add #mychannel {<br>  need-op { needop #mychannel }<br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4">stere0</a> — Thu Feb 26, 2004 1:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guest]]></name></author>
		<updated>2004-02-13T10:24:28-04:00</updated>

		<published>2004-02-13T10:24:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33575#p33575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33575#p33575"/>
		<title type="html"><![CDATA[;-)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33575#p33575"><![CDATA[
Well, not really <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> - i just looked for "need-op"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4435">guest</a> — Fri Feb 13, 2004 10:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-02-13T08:58:32-04:00</updated>

		<published>2004-02-13T08:58:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33572#p33572</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33572#p33572"/>
		<title type="html"><![CDATA[Question about NEED-OP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33572#p33572"><![CDATA[
All the need-* settings are limited to 160 bytes (iirc), so if you need more you should create and call a proc instead. You might want to check out the need-bind instead <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=2878">user</a> — Fri Feb 13, 2004 8:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guest]]></name></author>
		<updated>2004-02-13T05:25:41-04:00</updated>

		<published>2004-02-13T05:25:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33564#p33564</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33564#p33564"/>
		<title type="html"><![CDATA[Question about NEED-OP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33564#p33564"><![CDATA[
Hi, <br><br>I would like to ask: How many commands I can put together when I chanset the "need-op" variable? Now that, I have <br><br><strong class="text-strong">.chanset need-op putserv "PRIVMSG nickserv : identify [botnick] [pwd]"; putserv "PRIVMSG chanserv : op [#chan] [botnick]"</strong><br><br>and it seems to work fine. But when I set the variable like this (I want the bot to be +ao on the chan, not only +o), <br><br><strong class="text-strong">.chanset need-op putserv "PRIVMSG nickserv : identify [botnick] [pwd]"; putserv "PRIVMSG chanserv : op [#chan] [botnick]"; putserv "MODE [chan] +a [botnick]"</strong> <br><br>I get really weird Tcl errors like ' missing " ', although all quotes are there, or 'command should be PUTSERV "TEXT ?OPTIONS?"', although the syntax is okay, as you can see. So i wanted to ask: Can i put only two commands together, or can there be more commands, too?<br><br>Thanks, <br><br>Guest<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4435">guest</a> — Fri Feb 13, 2004 5:25 am</p><hr />
]]></content>
	</entry>
	</feed>
