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

	<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-12-22T20:23:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-22T20:23:38-04:00</updated>

		<published>2005-12-22T20:23:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58598#p58598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58598#p58598"/>
		<title type="html"><![CDATA[procedure not being ran, :(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58598#p58598"><![CDATA[
It is being called by the <strong class="text-strong">egghttp:geturl</strong> command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Dec 22, 2005 8:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[le0pard]]></name></author>
		<updated>2005-12-22T16:28:20-04:00</updated>

		<published>2005-12-22T16:28:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58589#p58589</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58589#p58589"/>
		<title type="html"><![CDATA[procedure not being ran, :(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58589#p58589"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc web:check {account} {    egghttp:geturl http://caleague.com/?page=calclub&amp;standalone=1&amp;authserv_account=[set account] web:verify}proc web:verify {sock} { set headers [egghttp:headers $sock] set body [egghttp:data $sock] putlog "Body: $body" if {![string match -nocase "Authserv account not in database" [set body]]} {  if {[string match -nocase *&lt;division&gt;* $body]} {   foreach line [split $body \n] {    if {[string match -nocase &lt;division&gt; $line]} {     lappend division $line    }   }   putlog "$division"   if {[string match -nocase #calclub-im $::invite(chan)} {    if {[string match -nocase csp $division] || [string match -nocase csm $division] || [string match -nocase csim $division]} {     puthelp "INVITE $::invite(user) #calclub-im"     puthelp "PRIVMSG $::invite(user) :You have been invited to join #CALClub-IM"    } else {     puthelp "PRIVMSG $::invite(user) :You are not CS 1.6 Intermediate+"    }   }  } else {   puthelp "PRIVMSG $::invite(user) :You are not currently in a CS 1.6 Division."  } } else {   puthelp "PRIVMSG $::invite(user) :Your AuthServ account does not exist in the CAL database. Please edit your CAL user profile and wait up to 3 hours for the database to reset." }}proc msg:inviteme {nick uhost handle text} {  if {[string match -nocase *@*.*.gamesurge $uhost]} {    if {[llength $text] == "2"} {      puthelp "PRIVMSG $nick :Checking your current leagues."      global invite      set invite(user) [set nick]      set invite(chan) [lindex $text 2]      set uhost2 [lindex [split $uhost @] 1]      set account [lindex [split $uhost2 .] 0]      web:check $account    } else {      puthelp "PRIVMSG $nick :Syntax Error. Correct Syntax: .inviteme #channel"    }  } else {    puthelp "PRIVMSG $nick :You must be using mode +x (Host Hiding) to be invited"  }}</code></pre></div>web:verify procedure isnt ever being ran - Is this something simple that I'm over looking?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7144">le0pard</a> — Thu Dec 22, 2005 4:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
