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

	<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>2008-04-12T10:30:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-04-12T10:30:21-04:00</updated>

		<published>2008-04-12T10:30:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82277#p82277</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82277#p82277"/>
		<title type="html"><![CDATA[Global ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82277#p82277"><![CDATA[
This is gban_pub:<div class="codebox"><p>Code: </p><pre><code>bind pub n|n .globalban gban_pubproc gban_pub {nick uhost hand chan arg} { if {[scan $arg "%s %d %\[^\n\]" mask time rsn] != 3} {  puthelp "privmsg $chan :SYNTAX: .globalban &lt;mask/nick&gt; &lt;time&gt; &lt;reason&gt;"  return } if {![string match *@* $mask]} {  if {![onchan $mask $chan]} {   puthelp "privmsg $chan :$mask is not here."   return  }  set mask [getchanhost $mask $chan] } newban $mask $nick $rsn $time puthelp "privmsg $chan :added $mask to global ban list"}</code></pre></div>Use it to write the other 2 procedures.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Apr 12, 2008 10:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fls]]></name></author>
		<updated>2008-04-12T09:06:13-04:00</updated>

		<published>2008-04-12T09:06:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82274#p82274</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82274#p82274"/>
		<title type="html"><![CDATA[Global ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82274#p82274"><![CDATA[
Hi, can someone write a particular command just for this? in the bot banlist<br><br>bind pub n|n .Globalban gban_pub<br>bind pub n|n .Globalunban gban_pub<br>bind pub n|n .Globalbanlist gban_pub<br><br>Usage: !Globalban &lt;nick or hostmask&gt; &lt;time&gt; &lt;reason&gt;"<br><br>The ban in *@*.host.tld <br><br>Regard<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9381">fls</a> — Sat Apr 12, 2008 9:06 am</p><hr />
]]></content>
	</entry>
	</feed>
