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

	<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>2006-02-23T21:58:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-02-23T21:58:59-04:00</updated>

		<published>2006-02-23T21:58:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60622#p60622</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60622#p60622"/>
		<title type="html"><![CDATA[ban msg problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60622#p60622"><![CDATA[
@ .pt<br><br>Use code tags in future when posting code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Feb 23, 2006 9:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-23T20:48:51-04:00</updated>

		<published>2006-02-23T20:48:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60620#p60620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60620#p60620"/>
		<title type="html"><![CDATA[ban msg problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60620#p60620"><![CDATA[
That's a rip of my fzcommands.tcl, use the original one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Feb 23, 2006 8:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[.pt]]></name></author>
		<updated>2006-02-23T18:44:46-04:00</updated>

		<published>2006-02-23T18:44:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60619#p60619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60619#p60619"/>
		<title type="html"><![CDATA[ban msg problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60619#p60619"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>"b" {   if {![check:auth $nick $hand]} { return 0 }   if {[lindex [split $arg] 1] == ""} {    puthelp "NOTICE $nick :SYNTAX: $fzcom(trigger)b &lt;nick1/ban1,nick2/ban2,..&gt; \[reason\] \[bantime\]."    return 0   }   set knicks [split [lindex [split $arg] 1] ,]   if {[llength [lrange [split $arg] 2 end]] == 1} {    if {[string is integer [lindex [split $arg] end]]} {     set kreason "Requested by $nick."     set btime "[lindex [split $arg] end]"    } else {     set kreason "($nick) [join [lrange [split $arg] 2 end]]"     set btime "$fzcom(btime)"    }   } elseif {[llength [lrange [split $arg] 2 end]] &gt; 1} {    if {[string is integer [lindex [split $arg] end]]} {     set kreason "($nick) [join [lrange [split $arg] 2 end-1]]"     set btime "[lindex [split $arg] end]"    } else {     set kreason "($nick) [join [lrange [split $arg] 2 end]]"     set btime "$fzcom(btime)"    }   } else {    set kreason "Requested by $nick."    set btime "$fzcom(btime)"   }   foreach knick $knicks {    if {[string match -nocase *!*@* $knick]} {     if {![string match -nocase $knick $botname]} {      newchanban $chan $knick $nick "$kreason" $btime      lappend ibanned $knick     } else {      puthelp "NOTICE $nick :Can't outsmart me, I won't ban myself."     }    } else {     if {![isbotnick $knick] &amp;&amp; ![matchattr [nick2hand $knick] mo|mo $chan]} {      if {[onchan $knick $chan]} {       newchanban $chan [set bmask [cmdbtype $knick![getchanhost $knick $chan] $fzcom(btype)]] $nick "$kreason" $btime       lappend ibanned "$knick ($bmask)"      } else {       puthelp "NOTICE $nick :$knick is not on $chan."      }     } else {      puthelp "NOTICE $nick :Can't outsmart me, no banning a master."     }    }   }   if {[info exists ibanned]} {    foreach wribanned [wordwrap [join $ibanned ,] 70 ,] {     puthelp "NOTICE $nick :Added $wribanned to my $chan banlist."    }    flushmode $chan   }   return 0  }</code></pre></div>---------------------------------------------------------------------------------------<br>when i do .b nick msg time or .b nick msg the kick reason its always the ban time instead of the msg i put on it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6989">.pt</a> — Thu Feb 23, 2006 6:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
