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

	<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-04-18T08:49:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-18T08:49:25-04:00</updated>

		<published>2003-04-18T08:49:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19222#p19222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19222#p19222"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19222#p19222"><![CDATA[
Well I had hoped that would have corrected the issue but alas this AM it was a guest again.  Sometimes it will go a few days and other days it will only go a few hours before being dropped.<br><blockquote class="uncited"><div>[04:33] -NickServ (<a href="mailto:service@webchat.org">service@webchat.org</a>)- This nickname is owned by someone else.<br> You must select a different one.<br>[04:33] -NickServ (<a href="mailto:service@webchat.org">service@webchat.org</a>)- If this is your nickname, please identi<br>fy by using the command: ^B/NickServ IDENTIFY &lt;password&gt;^B<br>[04:33] -NickServ (<a href="mailto:service@webchat.org">service@webchat.org</a>)- You have 60 seconds to comply before yo<br>ur nickname is changed.<br>[04:33] -NickServ (<a href="mailto:service@webchat.org">service@webchat.org</a>)- You now have 40 seconds to comply befor<br>e your nickname is changed.<br>[04:33] -NickServ (<a href="mailto:service@webchat.org">service@webchat.org</a>)- You now have 20 seconds to comply befor<br>e your nickname is changed.<br>[04:33] NICK IN USE: aa-bot (keeping 'aa-bot').<br>[04:34] -NickServ (<a href="mailto:service@webchat.org">service@webchat.org</a>)- Your nickname is now being changed, bec<br>ause ^Baa-bot^B is a registered nickname.<br>[04:34] Nickname changed to 'Guest75899'???<br>[04:34] Switching back to nick aa-bot<br>[04:34] NICK IN USE: aa-bot (keeping 'Guest75899').</div></blockquote><blockquote class="uncited"><div># The blow was added to try to keep the bot from dropping to a guest.<br>set ns(pwd) "password"<br><br>bind notc - "This nickname is owned by someone else*" do:login<br><br>proc do:login {nick uhost hand chan text} {<br>  if {$nick != "NickServ"} {<br>    return<br>  }<br>  putserv "PRIVMSG NickServ :identify $::ns(pwd)"<br>}</div></blockquote>Any idea why its still being dropped?  Or is this just a lost cause?<p>Statistics: Posted by Guest — Fri Apr 18, 2003 8:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-04-18T07:32:54-04:00</updated>

		<published>2003-04-18T07:32:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19211#p19211</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19211#p19211"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19211#p19211"><![CDATA[
erm... did i say procedure?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>meant the bind ofcourse  <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=2369">spock</a> — Fri Apr 18, 2003 7:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-18T04:57:48-04:00</updated>

		<published>2003-04-18T04:57:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19204#p19204</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19204#p19204"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19204#p19204"><![CDATA[
replace from:<div class="codebox"><p>Code: </p><pre><code>bind notc - "This nickname is registered and protected. If it is your*" do:login</code></pre></div>to this:<div class="codebox"><p>Code: </p><pre><code>bind notc - "This nickname is owned by someone else*" do:login</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Apr 18, 2003 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-04-17T11:43:41-04:00</updated>

		<published>2003-04-17T11:43:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19178#p19178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19178#p19178"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19178#p19178"><![CDATA[
the three lines add nickserv as a friend = should fix the ignore issues<br>and yes you type them in telnet/dcc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Thu Apr 17, 2003 11:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-17T11:41:37-04:00</updated>

		<published>2003-04-17T11:41:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19176#p19176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19176#p19176"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19176#p19176"><![CDATA[
Thanks you have been a great help.<br><br>Just to clarify the first three lines in your post.  Are these things I run when I am telneted into edddrop?<br><br>THey look like it since they start with a .<br><br>I changed the line in the script.  After I posted I saw the difference between the log line and the script line and thought that might have something to do with it.<p>Statistics: Posted by Guest — Thu Apr 17, 2003 11:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-04-17T11:29:11-04:00</updated>

		<published>2003-04-17T11:29:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19175#p19175</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19175#p19175"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19175#p19175"><![CDATA[
.+user nickserv *!*<a href="mailto:service@webchat.org">service@webchat.org</a><br>.chattr nickserv +f<br>.chpass nickserv something-random<br><br><br>and in the procedure, change the text which is matched:<br><br>from<br>"This nickname is registered and protected. If it is your*"<br><br>to<br>"This nickname is owned by someone else*"<br><br>should to the trick<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Thu Apr 17, 2003 11:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-17T10:19:38-04:00</updated>

		<published>2003-04-17T10:19:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19174#p19174</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19174#p19174"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19174#p19174"><![CDATA[
I added the above and im still having the bot get dropped to guest.  It appears its not identifying itself properly.  Or chanserv is ignoreing it.<br><br>This is an excerpt from the eggdrop log.<br><div class="codebox"><p>Code: </p><pre><code>[10:02] -NickServ (service@webchat.org)- This nickname is owned by someone else. You must select a different one.[10:02] -NickServ (service@webchat.org)- If this is your nickname, please identify by using the command: ^B/NickServ IDENTIFY &lt;password&gt;^B[10:02] -NickServ (service@webchat.org)- You have 60 seconds to comply before your nickname is changed.[10:03] -NickServ (service@webchat.org)- You now have 40 seconds to comply before your nickname is changed.[10:03] -NickServ (service@webchat.org)- You now have 20 seconds to comply before your nickname is changed.[10:03] NICK IN USE: aa-bot (keeping 'aa-bot').[10:03] Flood from @webchat.org!  Placing on ignore![10:03] -NickServ (service@webchat.org)- Your nickname is now being changed, because ^Baa-bot^B is a registered nickname.[10:03] Nickname changed to 'Guest64500'???[10:03] Switching back to nick aa-bot[10:03] NICK IN USE: aa-bot (keeping 'Guest64500').</code></pre></div><br>IM most concerned by that part that says Flood from @webchat.org!.  WHats that mean?<br><br>Below is the tcl script that does the chanserv stuff.  the bottom has the code that i was given above.<br><br><div class="codebox"><p>Code: </p><pre><code>############################################### Chanserv.tcl 0.1 by #egghelp@efnet (KuNgFo0)## Set the next line as your bot's password on nickservset nickserv_pass "XXXXXX"# Set the next line as the channels you want to run inset chanserv_chans "#123 #ABC"bind join - * join_chanservglobal init-serverif {![string match *con_nickserv* ${init-server}]} { set init-server "${init-server} ; con_nickserv"}putlog "*** Chanserv.tcl 0.1 by #egghelp@efnet loaded"proc join_chanserv {nick uhost hand chan} { global botnick chanserv_chans if {(([lsearch -exact [string tolower $chanserv_chans] [string tolower $chan]]!= -1) || ($chanserv_chans == "*")) &amp;&amp; ($nick == $botnick)} {  channel set $chan need-op "time_chanserv $chan"  utimer 5 "time_chanserv $chan" }}proc time_chanserv {chan} { global botnick if {![botisop $chan]} {  putserv "PRIVMSG ChanServ :op $chan $botnick" }}proc con_nickserv {} { global nickserv_pass putserv "PRIVMSG NickServ :identify $nickserv_pass"}# The blow was added to try to keep the bot from dropping to a guest.set ns(pwd) "password"bind notc - "This nickname is registered and protected. If it is your*" do:loginproc do:login {nick uhost hand chan text} {  if {$nick != "NickServ"} {    return  }  putserv "PRIVMSG NickServ :identify $::ns(pwd)"}</code></pre></div>Any help would be appricated.<p>Statistics: Posted by Guest — Thu Apr 17, 2003 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-11T09:58:11-04:00</updated>

		<published>2003-04-11T09:58:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18911#p18911</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18911#p18911"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18911#p18911"><![CDATA[
Thanks.  Thats what I figured.  I cant wait to see it in action.<p>Statistics: Posted by Guest — Fri Apr 11, 2003 9:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-11T09:46:33-04:00</updated>

		<published>2003-04-11T09:46:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18910#p18910</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18910#p18910"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18910#p18910"><![CDATA[
Add that code at the end of that tcl or make another one and load it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Apr 11, 2003 9:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-11T08:41:34-04:00</updated>

		<published>2003-04-11T08:41:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18906#p18906</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18906#p18906"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18906#p18906"><![CDATA[
Thank you for that big of code.  Now I guess the dumb question.<br><br>Where do I put it?<br><br>Do I put it in the CHANSERV.TCL script?<br><br>If so does it mater where?<p>Statistics: Posted by Guest — Fri Apr 11, 2003 8:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2003-04-11T04:29:13-04:00</updated>

		<published>2003-04-11T04:29:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18897#p18897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18897#p18897"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18897#p18897"><![CDATA[
heh, i like it <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=1195">Weirdo</a> — Fri Apr 11, 2003 4:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-11T03:59:59-04:00</updated>

		<published>2003-04-11T03:59:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18895#p18895</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18895#p18895"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18895#p18895"><![CDATA[
Use it as an global variable, instead to add a line: global ns and then in the code to call it with $ns(pwd), I've removed the global line and call it with $::ns(pwd) nice trick, isn't it? <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=187">caesar</a> — Fri Apr 11, 2003 3:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2003-04-11T03:54:49-04:00</updated>

		<published>2003-04-11T03:54:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18894#p18894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18894#p18894"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18894#p18894"><![CDATA[
Slight question, i have always wondered what<br><div class="codebox"><p>Code: </p><pre><code> $::ns(pwd)</code></pre></div>That does to the variable, the two colons?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Fri Apr 11, 2003 3:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-11T02:14:48-04:00</updated>

		<published>2003-04-11T02:14:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18892#p18892</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18892#p18892"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18892#p18892"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set ns(pwd) "password"bind notc - "This nickname is registered and protected. If it is your*" do:loginproc do:login {nick uhost hand chan text} {  if {$nick != "NickServ"} {    return  }   putserv "PRIVMSG NickServ :identify $::ns(pwd)"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Apr 11, 2003 2:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-10T23:00:59-04:00</updated>

		<published>2003-04-10T23:00:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18890#p18890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18890#p18890"/>
		<title type="html"><![CDATA[My bot gets dropped to guest and wont re identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18890#p18890"><![CDATA[
How can I correct this problem?  The whole reason I am trying to use this bot is my chat server wont let people join my channel unless there is an op online.  But it seems like when I go off and leave the channel unsupervised I come back and the bot has dropped his nick and is listed as guest.<br><br>I have the TCL script CHANSERV.TCL to do the identfiy feature upon connection but how can I get it to notice that it needs to reidentify or it needs to change its nick when dropped to guest.<br><br>I am sorry if this is something stupidly easy.  I have looked thru the conf file for days and I am so confused at many of the settings.<p>Statistics: Posted by Guest — Thu Apr 10, 2003 11:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
