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

	<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-08-02T07:05:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Moonster]]></name></author>
		<updated>2003-08-02T07:05:55-04:00</updated>

		<published>2003-08-02T07:05:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24270#p24270</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24270#p24270"/>
		<title type="html"><![CDATA[NickServ help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24270#p24270"><![CDATA[
I use the IRCServices TCL by MC_8 .... You have to modify the script only if Nickserv is set to respond differently on your particular network<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2185">Moonster</a> — Sat Aug 02, 2003 7:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-02T04:56:51-04:00</updated>

		<published>2003-08-02T04:56:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24266#p24266</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24266#p24266"/>
		<title type="html"><![CDATA[NickServ help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24266#p24266"><![CDATA[
thanks<p>Statistics: Posted by Guest — Sat Aug 02, 2003 4:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-02T04:20:30-04:00</updated>

		<published>2003-08-02T04:20:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24265#p24265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24265#p24265"/>
		<title type="html"><![CDATA[NickServ help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24265#p24265"><![CDATA[
well either the bot doesn't recognize your host, or the DCC chat doesn't work on your connection.<br><br>try /ctcp &lt;botnick&gt; chat if the bot requests chat then it recognizes u as owner. if not then telnet the bot (i.e. telnet &lt;my-ip&gt; &lt;listen-port&gt;) and see .help +host to add a new host into your handle.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Aug 02, 2003 4:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-01T19:00:19-04:00</updated>

		<published>2003-08-01T19:00:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24262#p24262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24262#p24262"/>
		<title type="html"><![CDATA[NickServ help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24262#p24262"><![CDATA[
it still doesn`t work, but thanks anyway. <br>to identify on nickserv i wrote on eggdrop.conf where is my server list:<br>irc.omnitel.net:6667 a added :ziuzia<br>so now it's irc.omnitel.net:6667:ziuzia ,,, and that works fine... <br>but i have another problem.. why the bot doesn't answer when i try to DCC chat with it? <br><br>when i open dcc chat there is:<br><br>Chat with CBou<br>Waiting for acknowledgement...<br><br>and the bot doesn't answer. Why is that?<p>Statistics: Posted by Guest — Fri Aug 01, 2003 7:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2003-08-01T09:31:48-04:00</updated>

		<published>2003-08-01T09:31:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24259#p24259</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24259#p24259"/>
		<title type="html"><![CDATA[NickServ help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24259#p24259"><![CDATA[
I don't think you can use wildcards around the <strong class="text-strong">==</strong> operator<br><br>Try this instead<br><div class="codebox"><p>Code: </p><pre><code>set mask "NickServ!ubaldas@aitvaras.net" ;#change it to match NickServ mask set np "ziuzia" bind notc - "$mask" botident proc botident {nick uhost handle text dest} {   global mask np   if {[string match "*nickname*registered*" "$text"]}    putquick "PRIVMSG Nickserv :identify $np" -next   } }</code></pre></div>But then again, this is not a safe method either since your password is written (un-encrypted) in your TCL file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Fri Aug 01, 2003 9:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-01T07:03:38-04:00</updated>

		<published>2003-08-01T07:03:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24258#p24258</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24258#p24258"/>
		<title type="html"><![CDATA[NickServ help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24258#p24258"><![CDATA[
it doesn't.. i'm on DALnet server irc.omnitel.lt <br>nickserv's mask <a href="mailto:ubaldas@aitvaras.net">ubaldas@aitvaras.net</a><br>so i wrote <br> <div class="codebox"><p>Code: </p><pre><code>set mask "NickServ!ubaldas@aitvaras.net" ;#change it to match NickServ mask set np "ziuzia" bind notc - "$mask" botident proc botident {nick uhost handle text dest} { global mask np if { $text == "*nickname*registered*" }{ putquick "PRIVMSG Nickserv :identify $np" -next } }</code></pre></div>but my nick still changes to svecias****, its lithuanian server so it's not guest*** <br>what i have to do to make this script work?[/code]<p>Statistics: Posted by Guest — Fri Aug 01, 2003 7:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[soul]]></name></author>
		<updated>2003-08-01T05:25:39-04:00</updated>

		<published>2003-08-01T05:25:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24254#p24254</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24254#p24254"/>
		<title type="html"><![CDATA[NickServ help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24254#p24254"><![CDATA[
First, that script isnt safe at all, cus anyone can message the bot and it will reply services password  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><br><br><div class="codebox"><p>Code: </p><pre><code>set mask "NickServ!IDENT@HOST" ;#change it to match NickServ maskset np "ziuzia"bind notc - "$mask" botidentproc botident {nick uhost handle text dest} {global mask npif { $text == "*nickname*registered*" }{putquick "PRIVMSG Nickserv :identify $np" -next }}</code></pre></div>i've not tested yet, but might work  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3075">soul</a> — Fri Aug 01, 2003 5:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-01T02:36:36-04:00</updated>

		<published>2003-08-01T02:36:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24250#p24250</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24250#p24250"/>
		<title type="html"><![CDATA[NickServ help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24250#p24250"><![CDATA[
i downloaded several eggdrop autoidentify on nickserv scripts but they all doesn't work. why?<br><br><br><br>botnick.tcl<br><br># BotNick!<br>#<br># Getting eggdrop 1.1.5 bots to respond to nickserv, stops the bot<br># getting killed if there is a netsplit.<br>#<br># Set the "nickpass" variable to the password used with nickserv.<br><br>set nickpass "ziuzia"<br><br>bind notc - "This nickname is registered*" botnick<br>proc botnick {nick uhost handle text} {<br>    global nickpass<br>    putserv "PRIVMSG Nickserv :identify $nickpass"<br>    }<br><br><br><br><br>and in the eggdrop.conf i added<br>source botnick.tcl<br>set nickpass "ziuzia"<br><br>but when my windrop connects to irc its nick changes to guest****<p>Statistics: Posted by Guest — Fri Aug 01, 2003 2:36 am</p><hr />
]]></content>
	</entry>
	</feed>
