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

	<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>2019-05-01T07:42:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-04-29T19:36:00-04:00</updated>

		<published>2019-04-29T19:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107632#p107632</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107632#p107632"/>
		<title type="html"><![CDATA[FZCommands - problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107632#p107632"><![CDATA[
ive tested again and yes it seems ur right it does remove ban within a minute<br><br>if this is used <br>and no  bantime is provided in the bankick command<br><br> SYNTAX: !bankick &lt;nick1/ban1,nick2/ban1,..&gt; [reason] [bantime].<br><br>set fzcom(btime) "0"<br><br>it doesnt if this is used tho<br><br>set fzcom(btime) "30"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Apr 29, 2019 7:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2019-04-29T15:55:38-04:00</updated>

		<published>2019-04-29T15:55:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107631#p107631</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107631#p107631"/>
		<title type="html"><![CDATA[FZCommands - problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107631#p107631"><![CDATA[
<blockquote class="uncited"><div>ive tested this tcl on my testnet and it seems to work  fine tho it didnt remove ban instantly as u mentioned: </div></blockquote><br>Strange... I checked again and the ban is removed within a minute...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Mon Apr 29, 2019 3:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-04-29T14:41:29-04:00</updated>

		<published>2019-04-29T14:41:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107630#p107630</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107630#p107630"/>
		<title type="html"><![CDATA[FZCommands - problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107630#p107630"><![CDATA[
ive tested this tcl on my testnet and it seems to work  fine tho it didnt remove ban instantly as u mentioned:<br><br><br><blockquote class="uncited"><div> (+simo)  : !bankick<br> -TCL-Tester- : SYNTAX: !bankick &lt;nick1/ban1,nick2/ban1,..&gt; [reason] [bantime]. <br> (+simo)  : !bankick Obryan,Loan,Gertrude SomeReason<br>  ~TCL-Tester  Sets Mode on  #testing  to:  +b *!*@RifSytes-04u.091.42.96.IP <br>  (1 User) is Banned  Obryan <br>  Obryan  Kicked from  #testing  By  ~TCL-Tester &lt;&gt; ( SomeReason ) <br>  ~TCL-Tester  Sets Mode on  #testing  to:  +b *!*@Cloaked-mz1.202.41.87.IP <br>  (1 User) is Banned  Loan <br>  Loan  Kicked from  #testing  By  ~TCL-Tester &lt;&gt; ( SomeReason ) <br>  ~TCL-Tester  Sets Mode on  #testing  to:  +b *!*@16.50.136.121 <br>  (1 User) is Banned  Gertrude <br>  Gertrude  Kicked from  #testing  By  ~TCL-Tester &lt;&gt; ( SomeReason ) <br> -TCL-Tester- : Bankicked Obryan,Loan,Gertrude from #testing.<br> </div></blockquote><br>yes i removed the logo thing and such for testing<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Apr 29, 2019 2:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2019-04-29T13:43:50-04:00</updated>

		<published>2019-04-29T13:43:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107629#p107629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107629#p107629"/>
		<title type="html"><![CDATA[Bot removes the ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107629#p107629"><![CDATA[
Hi,<br><br>I want my bot not to remove the ban after !bankick and I set the set fzcom(btime) "0", because 0 means unlimited (# Set default bantime for ban commands if no bantime was specified (in minutes, 0 means unlimited):).<br><br>If the fzcom(btime) is 0 and i use !bankick nick the bot removes the ban immediately.<br><br>Can someone have a look pls? Thanks! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Tcl.: <a href="https://pastebin.ubuntu.com/24882707/" class="postlink">https://pastebin.ubuntu.com/24882707/</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Mon Apr 29, 2019 1:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2017-06-18T11:22:48-04:00</updated>

		<published>2017-06-18T11:22:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106326#p106326</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106326#p106326"/>
		<title type="html"><![CDATA[FZCommands - problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106326#p106326"><![CDATA[
The 1. point solved by Arnold_X-P. Thanks! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>The 2. point also 'solved'. <br>To avoid the above mentioned error you only comment the following lines in the script:<br><br>original line: unbind msg - pass *msg:pass<br>modified line: <strong class="text-strong">#</strong>unbind msg - pass *msg:pass<br><br>original line: bind msg p|p pass fz:mpass<br>modified line: <strong class="text-strong">#</strong>bind msg p|p pass fz:mpass<br><br>original section:<div class="codebox"><p>Code: </p><pre><code>proc fz:mpass {nick uhost hand arg} { global botnick fzcom if {[set pw [lindex [split $arg] 0]] == ""} {  puthelp "NOTICE $nick :$fzcom(logo): SYNTAX: /msg $botnick pass &lt;password&gt;"   return 0 } if {![passwdok $hand ""]} {  puthelp "NOTICE $nick :$fzcom(logo): Your password has been set before, you don't need to set it again. Simply type: \[/msg $botnick auth &lt;password&gt;\] to authenticate yourself. To change the password use only /msg $botnick pass &lt;password&gt;"  return 0 } setuser $hand PASS $pw puthelp "NOTICE $nick :$fzcom(logo): Your password is now set to: \002$pw\002, remember your password for future use." putcmdlog "$fzcom(logo): &lt;&lt;$nick&gt;&gt; !$hand! Set Password." return 0}</code></pre></div>modified section:<div class="codebox"><p>Code: </p><pre><code>#proc fz:mpass {nick uhost hand arg} {# global botnick fzcom# if {[set pw [lindex [split $arg] 0]] == ""} {#  puthelp "NOTICE $nick :$fzcom(logo): SYNTAX: /msg $botnick pass &lt;password&gt;" # return 0#[/b] }# [/b]if {![passwdok $hand ""]} {#  puthelp "NOTICE $nick :$fzcom(logo): Your password has been set before, you don't #need to set it again. Simply type: \[/msg $botnick auth &lt;password&gt;\] to authenticate #yourself. To change the password use only /msg $botnick pass &lt;password&gt;"#  return 0# }# setuser $hand PASS $pw# puthelp "NOTICE $nick :$fzcom(logo): Your password is now set to: \002$pw\002, remember your password for future use."# putcmdlog "$fzcom(logo): &lt;&lt;$nick&gt;&gt; !$hand! Set Password."#return 0#}</code></pre></div>The !up command did not work needed a modification.<br>original line:<br>putserv "$fzcom(chanserv) <strong class="text-strong">:</strong>[string map [list %chan $chan %botnick $botnick] $fzcom(chanservop)]"<br><br>modified lline:<br>putserv "$fzcom(chanserv) [string map [list %chan $chan %botnick $botnick] $fzcom(chanservop)]"<br><br>The working script is here: <a href="https://paste.ubuntu.com/24890970/" class="postlink">https://paste.ubuntu.com/24890970/</a><br><br>Can someone add !halfop and !dehalfop commands to this script? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Sun Jun 18, 2017 11:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2017-06-17T14:19:36-04:00</updated>

		<published>2017-06-17T14:19:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106318#p106318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106318#p106318"/>
		<title type="html"><![CDATA[Re: FZCommands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106318#p106318"><![CDATA[
<blockquote class="uncited"><div>I am using fzcommand.tcl by Opposing and I have two requests. <br><br>1. The eggdrop don't remove the ban however I set the <strong class="text-strong">set fzcom(btime)</strong> variable.<br>2. If I want to change my password using "/msg botnick PASS oldpass newpass" command the script response with a notice:<br>Your password has been set before, you don't need to set it again. Simply type: [/msg botnick auth &lt;password&gt;] to authenticate yourself.<br><br>1.-<span style="color:darkred"> The first point was solved</span><br>2.- To change the password is <span style="color:orange">/msg botname pass &lt;password&gt;</span><br><br>                                  <a href="https://pastebin.ubuntu.com/24882707/" class="postlink">tcl</a></div></blockquote>First thank you for your work and help! I appreciate it! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>The 2nd error still have. After /msg botname pass &lt;password&gt;<br><br>I got: [Notice] -Mybot- : Your password has been set before, you don't need to set it again. Simply type: [/msg Mybot auth &lt;password&gt;] to authenticate yourself.<br><br>I did a restart but nothing changed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Sat Jun 17, 2017 2:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2017-06-17T13:58:40-04:00</updated>

		<published>2017-06-17T13:58:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106315#p106315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106315#p106315"/>
		<title type="html"><![CDATA[Re: FZCommands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106315#p106315"><![CDATA[
I am using fzcommand.tcl by Opposing and I have two requests. <br><br>1. The eggdrop don't remove the ban however I set the <strong class="text-strong">set fzcom(btime)</strong> variable.<br>2. If I want to change my password using "/msg botnick PASS oldpass newpass" command the script response with a notice:<br>Your password has been set before, you don't need to set it again. Simply type: [/msg botnick auth &lt;password&gt;] to authenticate yourself.<br><br>1.-<span style="color:darkred"> The first point was solved</span><br>2.- To change the password is <span style="color:orange">/msg botname pass &lt;password&gt;</span><br><br>                                  <a href="https://pastebin.ubuntu.com/24882707/" class="postlink">tcl</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Sat Jun 17, 2017 1:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2019-05-01T07:42:48-04:00</updated>

		<published>2017-06-17T11:19:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106313#p106313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106313#p106313"/>
		<title type="html"><![CDATA[FZCommands - problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106313#p106313"><![CDATA[
Hello Everyone!<br><br>I am using fzcommand.tcl by Opposing and I have two requests. <br><br>1. The eggdrop don't remove the ban however I set the <strong class="text-strong">set fzcom(btime)</strong> variable.<br>2. If I want to change my password using "/msg botnick PASS oldpass newpass" command the script response with a notice:<br>Your password has been set before, you don't need to set it again. Simply type: [/msg botnick auth &lt;password&gt;] to authenticate yourself.<br><br>The script is here: <a href="https://pastebin.ubuntu.com/24333312/" class="postlink">https://pastebin.ubuntu.com/24333312/</a><br><br>Can anyone help? Thank You! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">)<br><br>P.s.: I deleted my previous topic regarding fzcommands.tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Sat Jun 17, 2017 11:19 am</p><hr />
]]></content>
	</entry>
	</feed>
