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

	<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>2016-11-26T07:16:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[d3n]]></name></author>
		<updated>2016-11-26T07:16:38-04:00</updated>

		<published>2016-11-26T07:16:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105563#p105563</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105563#p105563"/>
		<title type="html"><![CDATA[Doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105563#p105563"><![CDATA[
I load this script in my eggdrop, and doesn't work for me... i changed this line and for now work<br><br>putquick "GLINE $ip" changed <strong class="text-strong">putquick "GLINE *@$ip 3d Abused"</strong><br><br>but the problem is don't say in the chan the results..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12641">d3n</a> — Sat Nov 26, 2016 7:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-06-29T14:44:23-04:00</updated>

		<published>2013-06-29T14:44:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101752#p101752</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101752#p101752"/>
		<title type="html"><![CDATA[GLine]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101752#p101752"><![CDATA[
For any questions or bugs please post here.<br><div class="codebox"><p>Code: </p><pre><code>#### ++++ Author: MadaliN &lt;madalinmen28@yahoo.com&gt;### +++ Website: www.Ascenture.ro## +++ TCL Name: GLine# +++ Version: 1.0## ++++# Commands:#!gline 45.432.12.1## For the command to work you need to have VOICE or OP in the main channel#bind PUBM - * gline:mainset temp(trigger) {! . `}proc gline:main {nick uhost hand chan arg} {global tempif {[string index $arg 0] in $temp(trigger)} {set temp(cmd) [string range $arg 1 end]set temp(cmd) [lindex [split $temp(cmd)] 0]set arg [join [lrange [split $arg] 1 end]]} elseif {[isbotnick [lindex [split $arg] 0]]} {set temp(cmd) [lindex [split $arg] 1]set arg [join [lrange [split $arg] 2 end]]} else { return 0 }if {[info commands command:$temp(cmd)] != ""} { command:$temp(cmd) $nick $uhost $hand $chan $arg }}proc command:gline {nick uhost hand chan arg} {global top tempif {[isvoice $nick $chan] || [isop $nick $chan]} {set ip [lindex [split $arg] 0]if {![regexp {^(?:(?:[01]?\d?\d|2[0-4]\d|25[0-5])(\.|$)){4}$} $ip]} { putserv "PRIVMSG $chan :\002$nick\002 -  NO/Invalid IP pattern. USAGE: !gline 193.193.193.193"; return }set temp(gchan) $chanset temp(gnick) $nickputquick "GLINE $ip"bind raw - 280 gline:validbind raw - 512 gline:invalid}}proc gline:valid {from cmd arg} {global tempset glineI [lindex [split $arg] 1]set glineT [lindex [split $arg] 4]set glineE [lindex [split $arg] 3]set glineR [join [lrange [split $arg] 7 end]]putserv "PRIVMSG $temp(gchan) :\002$temp(gnick)\002 - GLine for \00304$glineI\003 was created on \00312[clock format $glineE]\003 meaning \00303[duration [expr $glineT - $glineE]]\003 and it will expire on \00312[clock format $glineT]\003 meaning \00303[duration [expr $glineT - [clock seconds]]]\003. Reason: \00306$glineR"catch {unbind RAW - 280 gline:valid}catch {unbind RAW - 512 gline:invalid}}proc gline:invalid {from cmd arg} {global tempputserv "PRIVMSG $temp(gchan) :\002$temp(gnick)\002 - There is not GLine for that IP"catch {unbind RAW - 280 gline:valid}catch {unbind RAW - 512 gline:invalid}}putlog "++ Succesfully loaded: \00312GLine"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Sat Jun 29, 2013 2:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
