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

	<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>2003-03-10T13:15:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-10T13:15:51-04:00</updated>

		<published>2003-03-10T13:15:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17663#p17663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17663#p17663"/>
		<title type="html"><![CDATA[wtf is wrong with this?:(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17663#p17663"><![CDATA[
i want 2 make a script that op's the given users on join<br>but i first tried this but somehow no command with opping works:(<br><br>later (if it works) i wanna add an 'if' construction so only the given users will be opped (ill change the msg bind in an onjoin bind)...<br>and then i wanna create some script that will save users in a DB<br><br>but first this has to work:S<br>i tried 2 use a var instead of just #test (so: 'set chan_1 #test' and then i use 'chan_1') but it still doesnt work:(<br><br>is there some default option in my eggdrop that makes opping impossible or so???<p>Statistics: Posted by Guest — Mon Mar 10, 2003 1:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-09T19:54:54-04:00</updated>

		<published>2003-03-09T19:54:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17624#p17624</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17624#p17624"/>
		<title type="html"><![CDATA[wtf is wrong with this?:(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17624#p17624"><![CDATA[
Maybe it is the "#test" at issue.<br><br>The command is tryignt o OP sombody on the shell #test.<br><br>Are your sure this si what you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Mar 09, 2003 7:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-03-08T21:53:25-04:00</updated>

		<published>2003-03-08T21:53:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17581#p17581</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17581#p17581"/>
		<title type="html"><![CDATA[wtf is wrong with this?:(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17581#p17581"><![CDATA[
It's ok to use # as long as it's not the first char on the line (e.g. comment).<br><br>Really, it doesn't look like anything is wrong with the script. Maybe he's testing it wrong? Like the person doing the command is already opped?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Mar 08, 2003 9:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-03-08T20:48:11-04:00</updated>

		<published>2003-03-08T20:48:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17580#p17580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17580#p17580"/>
		<title type="html"><![CDATA[wtf is wrong with this?:(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17580#p17580"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>pushmode #test +o $nick</code></pre></div>This is where the eroor is.. # in tcl is a special char.. used for when you add normal text to a script.. you have to escape it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat Mar 08, 2003 8:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mortician]]></name></author>
		<updated>2003-03-08T19:16:09-04:00</updated>

		<published>2003-03-08T19:16:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17577#p17577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17577#p17577"/>
		<title type="html"><![CDATA[wtf is wrong with this?:(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17577#p17577"><![CDATA[
could be #test is an invalid chan or something ... or your bot is not opped, because the script looks fine.<br><br>what error do you get in the pline?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1942">mortician</a> — Sat Mar 08, 2003 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-08T17:46:49-04:00</updated>

		<published>2003-03-08T17:46:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17574#p17574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17574#p17574"/>
		<title type="html"><![CDATA[wtf is wrong with this?:(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17574#p17574"><![CDATA[
im just a newby 2 tcl but i already like it<br>i made a lil script based on one i say in a tutor but it aint workin somehow while i think it should:S<br><br>this is the script:<br><div class="codebox"><p>Code: </p><pre><code>bind MSG - opme msg:opdadamnguyproc msg:opdadamnguy { nick host hand arg } {  pushmode #test +o $nick  puthelp "PRIVMSG #test :Welcome $nick! u r now an op!"  return 0}</code></pre></div>[/code]<p>Statistics: Posted by Guest — Sat Mar 08, 2003 5:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
