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

	<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-09-03T03:46:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-09-03T03:46:19-04:00</updated>

		<published>2005-09-03T03:46:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55230#p55230</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55230#p55230"/>
		<title type="html"><![CDATA[Nickreg script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55230#p55230"><![CDATA[
Here is a channel grabber script I made earlier last year. It tries to register dropped channels through ChanServ when the channel is empty. The bot cycles, gets ops and registers it.<br><br>You can maybe take a look at this and have an idea:<br><a href="http://www.awyeah.org/scripts/channelgrabber.zip" class="postlink">http://www.awyeah.org/scripts/channelgrabber.zip</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Sep 03, 2005 3:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-01T13:09:02-04:00</updated>

		<published>2005-09-01T13:09:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55178#p55178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55178#p55178"/>
		<title type="html"><![CDATA[Nickreg script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55178#p55178"><![CDATA[
wrong is that timer stuff, you should proceed with each step of registration only after receiving the corresponding nickserv notice, not dump output by timer; irc timing is never an exact science and almost always a bad idea<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Sep 01, 2005 1:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Balkanac]]></name></author>
		<updated>2005-09-01T12:10:48-04:00</updated>

		<published>2005-09-01T12:10:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55167#p55167</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55167#p55167"/>
		<title type="html"><![CDATA[Nickreg script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55167#p55167"><![CDATA[
No error message appears, and nevertheless offered the task does not make..<br><br><br>Sorry for my bad English!<br><br>Greetings<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6603">Balkanac</a> — Thu Sep 01, 2005 12:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-01T12:08:47-04:00</updated>

		<published>2005-09-01T12:08:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55166#p55166</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55166#p55166"/>
		<title type="html"><![CDATA[Nickreg script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55166#p55166"><![CDATA[
We should ask what's wrong not you, what's not working for you? or what's it supposed to do?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Sep 01, 2005 12:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Balkanac]]></name></author>
		<updated>2005-09-01T11:56:22-04:00</updated>

		<published>2005-09-01T11:56:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55165#p55165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55165#p55165"/>
		<title type="html"><![CDATA[Nickreg script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55165#p55165"><![CDATA[
What is wrong?<br><br>Can anybody help me? please..<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !nreg nregproc nreg { nick u handle chan text } {  if {[string tolower $chan] == "#nickreg"} {  set ::nreg(nick) [lindex [split $text] 0]  set ::nreg(pw) [lindex [split $text] 1]  set ::nreg(email) [lindex [split $text] 2]  putserv "notice NickServ :info $::nreg(nick)"   }}bind notc - * notc_nickserv  proc notc_nickserv { nick address handle text dest } { set 3 [lindex [split $text] 2] if {[string match -nocase "NickServ" $nick] &amp;&amp; [string match -nocase "is" $3]} { putserv "privmsg #support :This nickname is already registered. Please take another one!" return 0 } if {[string match -nocase "NickServ" $nick] &amp;&amp; [string match -nocase "*is not registered*" $text]} { utimer 1 [list putserv "qline $::nreg(nick) :registering"] utimer 2 [list set nick $::nreg(nick)] utimer 3 [list putserv "privmsg NickServ :REGISTER $::nreg(nick) $::nreg(pw) $::nreg(email)"] utimer 4 [list putserv "privmsg NickServ :SET protect on"] utimer 5 [list set nick IrcBot2]utimer 6 [list putserv "unqline $::nreg(nick)"] return 0 } if {[string match -nocase "NickServ" $nick] &amp;&amp; [string match -nocase "*The nickname*has now been registered to you*" $text]} { set registered_nick [lindex [split $text] 2] putserv "globops :NickServ: The nickname \002${registered_nick}\002 has now been registered!" return 0 } else { return 0 } }</code></pre></div>Thank you!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6603">Balkanac</a> — Thu Sep 01, 2005 11:56 am</p><hr />
]]></content>
	</entry>
	</feed>
