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

	<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-08-29T20:54:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gordangop]]></name></author>
		<updated>2005-08-29T20:54:05-04:00</updated>

		<published>2005-08-29T20:54:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55016#p55016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55016#p55016"/>
		<title type="html"><![CDATA[RE: Nickserv And Any Other Service]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55016#p55016"><![CDATA[
I found that this worked easyier than any TCL script.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br><br>in the main conf file u have the following:-<br><br>proc evnt:init_server {type} {<br>  global botnick<br>  putquick "MODE $botnick +i-ws"<br>}<br><br>All i done was change it to :-<br><br>proc evnt:init_server {type} {<br>  global botnick<br>  putquick "MODE $botnick +i-ws"<br>  putquick "nickserv identify password"<br>  putquick "chanserv identify #channel password"<br>}<br><br>I had to do this cos the bot kept ignoring the services when it sent the 'This nickname is registered' message<br><br>(You might need to modify it for the channels and nickserv for the server ur using)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6658">gordangop</a> — Mon Aug 29, 2005 8:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-17T23:55:00-04:00</updated>

		<published>2005-08-17T23:55:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54420#p54420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54420#p54420"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54420#p54420"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.chanset #chan need-op</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 17, 2005 11:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ayie]]></name></author>
		<updated>2005-08-17T23:37:16-04:00</updated>

		<published>2005-08-17T23:37:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54419#p54419</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54419#p54419"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54419#p54419"><![CDATA[
<blockquote class="uncited"><div>I recommend not to use this:<br><div class="codebox"><p>Code: </p><pre><code>.chanset #chan need-op putserv "nickserv identify $nspass"; putserv "chanserv op #chan $botnick" </code></pre></div>Just set it as:<div class="codebox"><p>Code: </p><pre><code>.chanset #chan need-op { }</code></pre></div>Because, my bot has gotten akilled alot of times for flooding services when it was mistakenly deoped. Also had gotten it's nick frozen for SAbuse later onwards, so I wouldn't recommend using any of those need-* functions, especially need-op and need-unban.<br><br>The only wise thing is to detect a nickserv notice, and then only identify once to it. After identification notice is received you can then go ahead and make the bot reop itself on all channels by using a 2-3 line simple procedure.<br><br>The script I gave above should work fine, just use that.</div></blockquote>i already make this <div class="codebox"><p>Code: </p><pre><code>.chanset #chan need-op putserv "nickserv identify $nspass"; putserv "chanserv op #chan $botnick" </code></pre></div> to my eggdrop .... how to disable it ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2733">ayie</a> — Wed Aug 17, 2005 11:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-17T23:19:09-04:00</updated>

		<published>2005-08-17T23:19:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54418#p54418</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54418#p54418"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54418#p54418"><![CDATA[
<blockquote class="uncited"><div>As with all things care has to be taken. I store any pass I use in a text file outside of my IRC clients' install folder and use a simple alias to read it as required. Little things like that and always using the status window for any communication with services really help cut down problems.</div></blockquote>right, but that's not really relevant to the subject here; I've been using computer passwords in the right(tm) way long before DALnet was even created, so to imply that particular incident was caused by password misuse is ridiculous - I have enough brains not to send my password inadvertently to services impersonator or a query/channel window (and oh, I don't use autoidentify scripts and my home computer/network has never been hacked)<br><blockquote class="uncited"><div>As for the DALnet IRCOps, what can be said? They are what could be termed "a little over enthusiastic" most of the time which is a problem when their servers stuff up and you find yourself akilled for being a "channel filler bot". <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"></div></blockquote>also, somewhat irrelevant; IRCops have nothing to do with the server itself, the admin does; an IRC server can only be compromised by its admin(s) (or the monkey that has possibly hacked it)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 17, 2005 11:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-08-17T23:17:21-04:00</updated>

		<published>2005-08-17T23:17:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54417#p54417</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54417#p54417"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54417#p54417"><![CDATA[
Apart from having my nicks/channels stolen on IRC, I've had my hosting password stolen, my gmail stolen, my msn messenger password and even my account on forum.egghelp.org which I use.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <br><br>I don't know how the person who did all this penetrated through my system, but I keep my passwords encrypted now in my flash drive. Don't keep them on my pc anymore and a backup of them in my cellphone and my wallet.<br><blockquote class="uncited"><div>As for the DALnet IRCOps, what can be said? They are what could be termed "a little over enthusiastic" most of the time which is a problem when their servers stuff up and you find yourself akilled for being a "channel filler bot".</div></blockquote>This happened to me twice in one week. For which I burst a vein and started to improvize. To my notice they argued over it over a long while and in the end told me I was innocent and the akill was not placed against me. Both the times major ips on my public shell box were akilled because of someone else. I contacted the team heads, for which in return I was filed in for oper harrasment which lead to my nick being frozen for 20 days. So all I can say here is, ircop's suck, especially on DALnet. Majority of them are very unexperienced and really know very little about what they are using and how it is actually functioning.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Aug 17, 2005 11:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-08-17T22:48:51-04:00</updated>

		<published>2005-08-17T22:48:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54416#p54416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54416#p54416"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54416#p54416"><![CDATA[
As with all things care has to be taken. I store any pass I use in a text file outside of my IRC clients' install folder and use a simple alias to read it as required. Little things like that and always using the status window for any communication with services really help cut down problems.<br><br>As for the DALnet IRCOps, what can be said? They are what could be termed "a little over enthusiastic" most of the time which is a problem when their servers stuff up and you find yourself akilled for being a "channel filler bot". <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=3646">Alchera</a> — Wed Aug 17, 2005 10:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-17T22:41:54-04:00</updated>

		<published>2005-08-17T22:41:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54415#p54415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54415#p54415"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54415#p54415"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>and registered an alternative nick for myself only to keep my channel from expiring (after my nick and my bot's nick got stolen on the malaysian server</div></blockquote>It was mesra.* and stupidity (a majority of the time) usually results in nicks being stolen.</div></blockquote>well that particular time obviously doesn't classify as majority, unless you imply I'm stupid <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><blockquote class="uncited"><div><blockquote class="uncited"><div>anyway, registering a nick of an entity which is supposed to be 24/7 on IRC (i.e. bot) for the sake of registering itself is lame (hello? you are *always* on IRC already!)</div></blockquote>Users register their nicks. It does not matter one iota if they are online 24/7 or not or whether it's a bot or not. There's not one mIRC/XChat user that does not use an autoidentify script of one sort or another and there's not one eggdrop owner that doesn't want the same ability for their bot, especially if they have the advantage of services on their network.</div></blockquote>so I don't classify as user, although I use mIRC and run a bot? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 17, 2005 10:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-17T22:32:42-04:00</updated>

		<published>2005-08-17T22:32:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54414#p54414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54414#p54414"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54414#p54414"><![CDATA[
well I don't know anything about them, but that was the server, yes; and the fact remains, they are/were either corrupt or hacked, and I would recommend against identifying (or, for that matter, exchanging any sensitive private information) while irc'ing from that server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 17, 2005 10:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-08-17T22:22:05-04:00</updated>

		<published>2005-08-17T22:22:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54413#p54413</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54413#p54413"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54413#p54413"><![CDATA[
If you are talking about mesra.* sponsored by jaring.my, one of DALnet's oldest Server Administrators handles the ircd on that box, i.e. Raskah a canadian guy. <br><br>They all think they know everything anyone can compile an ircd, because ircd source codes are freely available on the web, edit the config.h and maybe give another recompile and edit ircd.conf in the end and load the process into the background. I mean people think there way smarter than others, as goes with the DALnet ircd/services coding team as well.<br><br>By the way IRCd's are the worst most vulnerable form of network security.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Aug 17, 2005 10:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-08-17T22:19:31-04:00</updated>

		<published>2005-08-17T22:19:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54412#p54412</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54412#p54412"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54412#p54412"><![CDATA[
<blockquote class="uncited"><div>and registered an alternative nick for myself only to keep my channel from expiring (after my nick and my bot's nick got stolen on the malaysian server</div></blockquote>It was mesra.* and stupidity (a majority of the time) usually results in nicks being stolen.<br><blockquote class="uncited"><div>anyway, registering a nick of an entity which is supposed to be 24/7 on IRC (i.e. bot) for the sake of registering itself is lame (hello? you are *always* on IRC already!)</div></blockquote>Users register their nicks. It does not matter one iota if they are online 24/7 or not or whether it's a bot or not. There's not one mIRC/XChat user that does not use an autoidentify script of one sort or another and there's not one eggdrop owner that doesn't want the same ability for their bot, especially if they have the advantage of services on their network.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Aug 17, 2005 10:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-17T22:14:49-04:00</updated>

		<published>2005-08-17T22:14:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54411#p54411</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54411#p54411"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54411#p54411"><![CDATA[
<em class="text-italics">au contraire</em>, I was actually lucky my channel password was different from my nick password (or rather cautious), and I haven't identified with it on that corrupt server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 17, 2005 10:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-08-17T22:00:43-04:00</updated>

		<published>2005-08-17T22:00:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54410#p54410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54410#p54410"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54410#p54410"><![CDATA[
LOL @ poor demond. He always seems to get unlucky somewhere.  <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=4875">awyeah</a> — Wed Aug 17, 2005 10:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-17T21:44:40-04:00</updated>

		<published>2005-08-17T21:44:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54409#p54409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54409#p54409"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54409#p54409"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>my point was that there's no real need to register bot's nick, unless you plan to give it AOP, in which case it needs to identify on need-op only</div></blockquote>No one on DALnet doesn't register a nick for their bot or themselves. Most are actually opped in one channel or another though. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>you are wrong<br><br>I didn't register a nick for my bot, and registered an alternative nick for myself only to keep my channel from expiring (after my nick and my bot's nick got stolen on the malaysian server, mecra, tecra, or whatever its name was, probably with the participation of corrupt "staff", but that's another story)<br><br>anyway, registering a nick of an entity which is supposed to be 24/7 on IRC (i.e. bot) for the sake of registering itself is lame (hello? you are *always* on IRC already!)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 17, 2005 9:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-08-17T18:59:33-04:00</updated>

		<published>2005-08-17T18:59:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54402#p54402</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54402#p54402"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54402#p54402"><![CDATA[
<blockquote class="uncited"><div>my point was that there's no real need to register bot's nick, unless you plan to give it AOP, in which case it needs to identify on need-op only</div></blockquote>No one on DALnet doesn't register a nick for their bot or themselves. Most are actually opped in one channel or another though. <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=3646">Alchera</a> — Wed Aug 17, 2005 6:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-17T18:53:20-04:00</updated>

		<published>2005-08-17T18:53:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54400#p54400</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54400#p54400"/>
		<title type="html"><![CDATA[identify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54400#p54400"><![CDATA[
my point was that there's no real need to register bot's nick, unless you plan to give it AOP, in which case it needs to identify on need-op only<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 17, 2005 6:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
