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

	<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-11-17T01:15:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-17T01:15:41-04:00</updated>

		<published>2003-11-17T01:15:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30161#p30161</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30161#p30161"/>
		<title type="html"><![CDATA[waw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30161#p30161"><![CDATA[
Thx  &gt;egghead&lt; It help me a lot... I changed my Ircnet to Dalnet and it works, no more i - lines... <br> Thank u....  <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 Guest — Mon Nov 17, 2003 1:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-11-16T03:57:35-04:00</updated>

		<published>2003-11-16T03:57:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30080#p30080</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30080#p30080"/>
		<title type="html"><![CDATA[Re: hey guys...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30080#p30080"><![CDATA[
<blockquote class="uncited"><div>[snip]<br> but, problem is&gt; Bot join channel, gets opped, and then i lined... how can i fix it? i havnt problem before with it....<br><br>[22:41:07] * Reject (~none@68.185.102.85) has joined #Taxi<br>[22:41:23] * ChanServ sets mode: +o Reject<br>[22:41:23] * Reject (~none@68.185.102.85) Quit (Quit: i-lines suck)<br><br><br>plz help me!!! Thx.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"></div></blockquote>This usually is the result of the irc server setting a +r mode on a user, which has a different meaning on different networks.<br>On most networks it indicates a restricted connection, but on e.g. Dalnet it has a different meaning.<br>Check that you set nettype to the correct network.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Sun Nov 16, 2003 3:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-16T00:47:28-04:00</updated>

		<published>2003-11-16T00:47:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30079#p30079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30079#p30079"/>
		<title type="html"><![CDATA[hey guys...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30079#p30079"><![CDATA[
hey , i got another script: look&gt;<br><br>------------------------------------------------------------------------------------<br>####### SETTINGS ########<br>set botnick_pass "*****"<br>set bot_nick "*****"<br>set nickserv_nick "NickServ"<br>#########################<br><br><br>###############################################################################<br>set keep-nick 1<br>bind notc - "*you*nick*" nick_in_use<br>bind notc - "*nick*use*" nick_in_use<br>bind notc - "*ill*nick*" nick_in_use<br>bind notc I "*msg*IDENTIFY*pass*" identify_to_nickserv<br><br>proc nick_in_use { nick uhost hand args rest } {<br>    global botnick botnick_pass bot_nick nickserv_nick<br>     if { $botnick != "$bot_nick" } {<br>      putserv "PRIVMSG $nickserv_nick :ghost $bot_nick $botnick_pass"<br>      putlog "Nick \002\[$bot_nick\]\002 is in use... Ghosting..."<br>      }<br>}<br><br>proc identify_to_nickserv { nick uhost hand args rest } { <br> global botnick botnick_pass bot_nick nickserv_nick<br>  if { $botnick == "$bot_nick" } {<br>   putserv "PRIVMSG $nickserv_nick :identify $botnick_pass"<br>   putlog "Identifying for nick \002\[$bot_nick\]\002"<br>  } else {<br>   putlog "The nick \002\[$botnick\]\002 is not the nick specified in identify.tcl"<br>  }<br>}<br><br>bind dcc o identify manual_identify<br><br>proc manual_identify { hand idx mascara } {<br> global nickserv_nick botnick_pass bot_nick<br> putserv "PRIVMSG $nickserv_nick :identify $botnick_pass"   <br> putlog "Identifying manualy for nick \002\[$bot_nick\]\002"<br>}<br>#######################################################################################<br>putlog "NickServ Identify Script  - Loaded."<br><br>-----------------------------------------------------------------------------------<br><br> but, problem is&gt; Bot join channel, gets opped, and then i lined... how can i fix it? i havnt problem before with it....<br><br><br>[22:41:07] * Reject (~none@68.185.102.85) has joined #Taxi<br>[22:41:23] * ChanServ sets mode: +o Reject<br>[22:41:23] * Reject (~none@68.185.102.85) Quit (Quit: i-lines suck)<br><br><br>plz help me!!! Thx.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by Guest — Sun Nov 16, 2003 12:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-04T19:34:04-04:00</updated>

		<published>2003-11-04T19:34:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29522#p29522</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29522#p29522"/>
		<title type="html"><![CDATA[hey]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29522#p29522"><![CDATA[
After i loaded Sir_Fz script bot gets I -lined from server... <br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> How can we fix it?<br><br>About CrazyCat script, with hostserv it doesnt work at all:  i do have nickserv chanserv and memoserv....<br><br> Plz help me...<p>Statistics: Posted by Guest — Tue Nov 04, 2003 7:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-01T02:33:58-04:00</updated>

		<published>2003-11-01T02:33:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29281#p29281</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29281#p29281"/>
		<title type="html"><![CDATA[hm]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29281#p29281"><![CDATA[
Crazy Cat : Well, i have nickserv, chanserv and memoserv on my irc, so... i dont know if that gonna work, but thx anyway ill try and let u know...<br> <br> And thx for every post, for answers... if it not gonna work i will post this problem here.... <br> <br> If u have any idia's without use'g chanserv and others services, just nickserv , post it here too.... <br><br> Thx...<p>Statistics: Posted by Guest — Sat Nov 01, 2003 2:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BarkerJr]]></name></author>
		<updated>2003-10-31T21:03:07-04:00</updated>

		<published>2003-10-31T21:03:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29278#p29278</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29278#p29278"/>
		<title type="html"><![CDATA[I have a small problem.. plz help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29278#p29278"><![CDATA[
Well, actually, the nick is always the same case.  So, no need to lowercase it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2933">BarkerJr</a> — Fri Oct 31, 2003 9:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-31T11:28:46-04:00</updated>

		<published>2003-10-31T11:28:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29256#p29256</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29256#p29256"/>
		<title type="html"><![CDATA[I have a small problem.. plz help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29256#p29256"><![CDATA[
ok then <strong class="text-strong">if {[string tolower $::channel] == [string tolower $chan] &amp;&amp; [string tolower $::botnick] == [string tolower $nick]} {</strong> would be better <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Oct 31, 2003 11:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-10-31T10:13:48-04:00</updated>

		<published>2003-10-31T10:13:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29248#p29248</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29248#p29248"/>
		<title type="html"><![CDATA[I have a small problem.. plz help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29248#p29248"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>[string match -nocase $::channel $chan] &amp;&amp; [string match -nocase $::botnick $nick]</code></pre></div></div></blockquote>Using 'string match' to compare strings is not a good idea. Nicks and channel names might contain chars that have a special meaning when used in a mask. Use 'string equal' OR convert both strings to lowercase and use ==<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Oct 31, 2003 10:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-31T09:37:34-04:00</updated>

		<published>2003-10-31T09:37:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29246#p29246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29246#p29246"/>
		<title type="html"><![CDATA[I have a small problem.. plz help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29246#p29246"><![CDATA[
to make it identify when joining $channel :<div class="codebox"><p>Code: </p><pre><code>set channel "#channel"bind join - * identify:selfproc identify:self {nick uhost hand chan} {if {[string match -nocase $::channel $chan] &amp;&amp; [string match -nocase $::botnick $nick]} { putserv "PRIVMSG nickserv :identify PASSWORD" }}</code></pre></div>edit the nickserv-nick and identification command to suite you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Oct 31, 2003 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-10-31T04:06:35-04:00</updated>

		<published>2003-10-31T04:06:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29224#p29224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29224#p29224"/>
		<title type="html"><![CDATA[I have a small problem.. plz help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29224#p29224"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set nickserv "nickserv"set chanserv "chanserv"set hostserv "hostserv"set pass "your_egg_pass"set username "eggdrop_namebind evnt - "init-server" ident:onbind notc - "*IDENTIFY*" init:identproc ident:on { type } {    global botnick nickserv hostserv pass username    putserv "MODE $botnick +iB-ws"    putquick "PRIVMSG $nickserv :GHOST $username $pass"    putquick "PRIVMSG $nickserv :IDENTIFY $pass"    putquick "PRIVMSG $hostserv :ON"}proc init:ident {nick uhost handle text {dest ""}} {    global botnick nickserv hostserv pass     if {$dest == ""} {set dest $botnick    }    putserv "PRIVMSG $nickserv :identify $pass"    putserv "PRIVMSG $hostserv :ON"}putlog "Initialization loaded"</code></pre></div>You may ask "why using username and not botnick?"<br>Just because on a ping timeout, the eggdrop reconnects but his ghost is seen, so the eggdrop will use the alt-nick <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=691">CrazyCat</a> — Fri Oct 31, 2003 4:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-31T00:46:56-04:00</updated>

		<published>2003-10-31T00:46:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29216#p29216</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29216#p29216"/>
		<title type="html"><![CDATA[I have a small problem.. plz help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29216#p29216"><![CDATA[
Guy's i need a script for Windrop: When he join the $chan he automaticly identify himslef to nickserv...<br> All scripts i tryed, witch u have here, in tcl archive doesnt work, so plz... <br> <br> I dont need a script with this line tho:<br>&lt; what nickserv says on connection<br>b ind notc - "*This nick is owned by someone else*"&gt;<br><br> It doesnt work if i chage it.....<br> <br> I had a nice identify script , witch one i downloaded from here, but now,<br> i can find it....<br> On that script i had, i suposed to change just Bot nickname, his pass, and channel, <br><br> So if somebody know or have this script plz post it here in full..<br> Thx...<br> I hope u understand everything i ask for...<p>Statistics: Posted by Guest — Fri Oct 31, 2003 12:46 am</p><hr />
]]></content>
	</entry>
	</feed>
