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

	<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>2007-02-01T18:18:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2007-02-01T18:16:24-04:00</updated>

		<published>2007-02-01T18:16:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70145#p70145</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70145#p70145"/>
		<title type="html"><![CDATA[how to modification it?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70145#p70145"><![CDATA[
didn't work ! well.. after i have using this scripts.. i think one channel is enough to show it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Thu Feb 01, 2007 6:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-02-01T14:35:12-04:00</updated>

		<published>2007-02-01T14:35:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70143#p70143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70143#p70143"/>
		<title type="html"><![CDATA[how to modification it?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70143#p70143"><![CDATA[
Since validchannel is only used as target for a privmsg, I guess you could put any valid target according to rfc1459; such as multiple targets (think most servers these days permit up to 5):<div class="codebox"><p>Code: </p><pre><code>set validchannel "#channel1,#channel2,#channel3"</code></pre></div>Keep in mind that according to rfc1459 there can be no spaces between the channel-names or commas (,) within the target.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Feb 01, 2007 2:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2007-02-01T18:18:00-04:00</updated>

		<published>2007-01-31T22:58:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70134#p70134</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70134#p70134"/>
		<title type="html"><![CDATA[how to modification it?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70134#p70134"><![CDATA[
How to modif this scripts, so it will be use for multiple chan..<br> <div class="codebox"><p>Code: </p><pre><code>#author Ha0set validchannel "#mychan"set abuselogfile "Abuse.txt"if {![info exists validchannel]} {die "ERROR:Check back again in set validchannel settings.."}set arg.v "Abuse User Report"bind kick - * bot_abuse_kickbind pub n !report abuse_user_reportproc bot_abuse_kick {nick host handle chan who excuse} {    global abuselogfile botnick validchannel    if {$who != $botnick} {return 0}    set data "$nick ($handle) kicked me from $chan for: $excuse"    if {$abuselogfile != ""} {set r [open $abuselogfile a+]; puts $r "[strftime "%d %b %Y, %H:%M %z"]: $data"; close $r}    putserv "privmsg $validchannel :\[$nick\] (\002$handle\002) kicked me from \002$chan\002 for: \002$excuse\002"    return 0}proc abuse_user_report {nick host handle channel var} {global abuselogfile botnick validchannelset fd [open $abuselogfile r]set abuselist { }while {![eof $fd]} { set tmp [gets $fd] if {[eof $fd]} {break}  set abuselist [lappend abuselist [string trim $tmp]] } close $fd if {[llength $abuselist] == 0} {     putserv "notice $nick :No such list of abuse in database."      return 0 } putserv "notice $nick :List Of Abuse\n" foreach tmp $abuselist {   putserv "notice $nick :- $tmp" }putserv "notice $nick : End of Abuselist\n" return 0}putlog "${arg.v} loaded Successfuly..."</code></pre></div>Thanks in advance  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Wed Jan 31, 2007 10:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
