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

	<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>2005-03-17T21:36:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-17T21:36:59-04:00</updated>

		<published>2005-03-17T21:36:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47814#p47814</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47814#p47814"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47814#p47814"><![CDATA[
never mind i can just using few line to identify 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=5351">cambodia</a> — Thu Mar 17, 2005 9:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-01-26T04:03:26-04:00</updated>

		<published>2005-01-26T04:03:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45829#p45829</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45829#p45829"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45829#p45829"><![CDATA[
ok will try it . thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Wed Jan 26, 2005 4:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-26T03:55:56-04:00</updated>

		<published>2005-01-26T03:55:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45827#p45827</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45827#p45827"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45827#p45827"><![CDATA[
change this<br><div class="codebox"><p>Code: </p><pre><code>putserv "identify $pass"</code></pre></div>to this<br><div class="codebox"><p>Code: </p><pre><code>putserv "sidentify $botnick $pass"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Wed Jan 26, 2005 3:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-01-26T04:01:06-04:00</updated>

		<published>2005-01-25T05:15:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45814#p45814</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45814#p45814"/>
		<title type="html"><![CDATA[here the whole script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45814#p45814"><![CDATA[
# NICKSERV - IDENTIFICATION SCRIPT - WORKS WITH CHANSERV <br># TO OP ITSELF WHEN REQUIRED AND UNBAN ITSELF ALSO <br><br># wd.ident.tcl v1.1 By - WD40 - compatible with eggdrop1.6.*<br><br># This ident script will check to see if NICKSERV is online, <br># if it is it will identify its    <br># nickname otherwise it will keep checking every minute, <br># or whatever you have specified to <br># see if nickserv is online. Also you can initiate it via <br># .ident   and it will                 <br># automatically identify itself.<br># I added another feature where when it changes its nick <br># back to the specified nickname         <br># defined it will also identify to nickserv.<br># Also if it is using altnick rather than nick it will kill <br># its ghost automatically and then <br># get its nickname back <br># please report any problems to the address below <br># Created By WD40 - <a href="mailto:hairspray@rs1.risingnet.net">hairspray@rs1.risingnet.net</a>   <br># Credits go to - Nilsy - cheers nils <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">          <br><br># To load the tcl place it in the scripts directory e.g. <br># eggdrop/scripts and then go into the eggdrop directory <br># and edit your .conf by adding the line at the bottom along with the        <br># other scripts     " source scripts/ident.tcl  "  <br># (without the " ") then in dcc type      .rehash and .ident<br><br>#set the bots nickname here<br>set nick "botnick"<br><br># set channels which it has AOP on you can list as many channels as you want, for example it # will look like so    set channels "#channel1 channel2 channel3" etc leave it empty<br># if you dont have any channels the bot is a registered aop or sop on<br><br><br>#set the ident password here<br>set pass ""<br><br>#[0/1] set recieve message from bot when it successfully identifies. set to 0 to prevent the # message or 1 to receive message<br>set succ_id 0<br><br># set your handle here, this is the nickname that the bot knows you buy which is most likely # the same nick as you use on irc there's no need to set it if you haven't enabled recieve  # messages<br><br><br># set the amount of time in minutes of how often you want to check to see when nickserv is  # online. Default is 1 so it will check every 1 minute to see if nickserv is online   <br># (minutes)<br>set tim 1<br><br><br><br>###############################Main Code#####################################<br>####### DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING #######<br><br><br><br><br>if {(![info exists numversion]) || ($numversion &lt; 1060000) } {<br>    putlog "Error - Can't load Ident.tcl -- At least Eggdrop v1.6.x required."<br>    return 0<br>}<br><br>#init-server procedure<br><br>proc ident:pr {paras} {<br>putserv "ISON Nickserv"<br>}<br><br>#raw ison procedure<br><br>  proc ison:pr {n h paras} {<br>  global botnick nick pass tim<br>    if {[string tolower $paras] == ""} {<br>     timer $tim ident:pr<br>   } else {<br>     if {[isbotnick $nick]} {<br>     putserv "identify $pass"<br>       } else {<br>     putserv "NICKSERV GHOST $nick $pass"<br>      }<br>   }<br>}<br>#DCC Ident procedure<br><br>    proc dc:ident {hand idx para} {<br>     global nick botnick pass<br>     putcmdlog "#$hand# ident"<br>       if {[isbotnick $nick]} {<br>        putserv "IDENTIFY $pass"<br>     } else {<br>      putserv "NICKSERV GHOST $nick $pass"<br>   }<br>}<br> #Success Ident Procedure  <br>         <br>       proc id:suc {n uh h txt paras} {<br>       global nick own succ_id chanels savechannels botnick<br>          if {[string match [string tolower $n] [string tolower nickserv]]} {<br>             set dakill [killignore *!*@dal.net]<br>             set ch [channels]<br>             if {$chanels != ""} {<br>             foreach a $chanels {<br>                    foreach b $ch {<br>                if {[string tolower $a] == [string tolower $b]} {<br>                   channel set $a need-op "putserv \"CHANSERV :OP $a $botnick\""<br>                   channel set $a need-unban "putserv \"CHANSERV :UNBAN $a $botnick\""<br>              }<br>             }<br>            }<br>        } else {<br>          return 0<br>     }<br>                 <br>        if {$succ_id == "1"} {<br>        set han [hand2nick $own]<br>        puthelp "NOTICE $han :Successfully Identified to nickserv"<br>           } else {<br>       return 0<br>      }<br>    }<br>}<br>               <br>#Nick Change Procedure<br><br>proc ni:pr {n uh h ch ni} {<br>global nick botnick own pass<br>if {[string match [string tolower $ni] [string tolower $nick]]} {<br>putserv "identify $pass"<br>     }<br>  }<br>     <br><br><br><br><br>bind need - unban need:unban<br>bind evnt - init-server ident:pr<br>bind notc - "*Password accepted for*" id:suc<br>bind DCC m ident dc:ident<br>bind raw - 303 ison:pr<br>bind nick - * ni:pr<br><br>putlog "Nickserv Identify Script Loaded v1.1 - By WD40"<br><br><br>-----------------------------------------------------------------------<br>i have try to put sidentify instead of identify ( there are three place to change ) but it not work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Tue Jan 25, 2005 5:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-25T05:09:06-04:00</updated>

		<published>2005-01-25T05:09:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45813#p45813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45813#p45813"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45813#p45813"><![CDATA[
find the line that says <div class="codebox"><p>Code: </p><pre><code>"PRIVMSG NICKSERV :IDENTIFY PASSWD"</code></pre></div>in the nickserv script and change it to<br><div class="codebox"><p>Code: </p><pre><code>"PRIVMSG NICKSERV :SIDENTIFY $botnick PASSWD"</code></pre></div>Make sure there is a global call to botnick at the top of the procedure i.e.<br><div class="codebox"><p>Code: </p><pre><code> proc ns_identify {nick uhost hand chan arg} {    global botnick    (the rest of the procs code here :)} //End Proc</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Jan 25, 2005 5:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-01-25T04:55:18-04:00</updated>

		<published>2005-01-25T04:55:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45811#p45811</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45811#p45811"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45811#p45811"><![CDATA[
i try few tcl without edit but it not work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Tue Jan 25, 2005 4:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-25T04:16:10-04:00</updated>

		<published>2005-01-25T04:16:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45810#p45810</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45810#p45810"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45810#p45810"><![CDATA[
ok find a nickserv script you like and chage the line where it asks to identify to nickserv to the way it needs to be on webnet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Jan 25, 2005 4:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-01-24T22:58:11-04:00</updated>

		<published>2005-01-24T22:58:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45807#p45807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45807#p45807"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45807#p45807"><![CDATA[
just simple one <br><br>1-identify to his nick <br>2-change to other nick when nickserv is down<br>3-identify and change nick back to his nick when nickserv is back<br>4-ghost if someone using his nick<br><br>specially in webnet they have strong security if you using register nick without identify after i minute it will change to other nick and that nick is temp sqline  ( erronenous nickname ) until you type /ns sidentify nick passwd just can change nick to his nick <br><br>there is simple step <br><br>but when i use identify tcl i think cause it identify so slow and services load so heavy that's why can't identify faster than 1 minute after that nickname can't change by /ns identify nick passwd but we can done by /ns sidentify nick passwd <br><br>cheers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Mon Jan 24, 2005 10:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-24T17:44:37-04:00</updated>

		<published>2005-01-24T17:44:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45799#p45799</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45799#p45799"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45799#p45799"><![CDATA[
what do you need to write to identify with the webnet services?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Mon Jan 24, 2005 5:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-01-23T23:55:14-04:00</updated>

		<published>2005-01-23T23:55:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45764#p45764</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45764#p45764"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45764#p45764"><![CDATA[
yes i found some and have download some but it still no use for me maybe webnet just update services so i want newest update that work with webnet <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> and yeah i'm poor about coding , someone in webnet bot team said code myself to match it work but i said i can't <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> so only best choice is here hope tcl writer reply me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Sun Jan 23, 2005 11:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-23T18:14:00-04:00</updated>

		<published>2005-01-23T18:14:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45740#p45740</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45740#p45740"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45740#p45740"><![CDATA[
There is stacks of help in this forum already on identifying with nickserv if you search for it. There are also numerous scripts in the archive for you to try.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun Jan 23, 2005 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-01-23T01:01:46-04:00</updated>

		<published>2005-01-23T01:01:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45715#p45715</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45715#p45715"/>
		<title type="html"><![CDATA[wd.ident.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45715#p45715"><![CDATA[
well i have problem with this<br><br>i load two of my bot into webnet and two into uirc.net <br>it work good in uirc.net bot identify with their password<br><br>but in webnet it not identify and sometime they change nick few time<br>then it will identify again sometime work sometime not work<br>and i notice that normally identify if can't it should change to guest after it should change to that nick and identify again but that script seem not<br><br>do anyone experience this ? or any good script suggest to me ?<br><br>cheers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Sun Jan 23, 2005 1:01 am</p><hr />
]]></content>
	</entry>
	</feed>
