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

	<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>2013-10-12T22:56:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[seeN]]></name></author>
		<updated>2013-10-12T22:56:15-04:00</updated>

		<published>2013-10-12T22:56:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102109#p102109</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102109#p102109"/>
		<title type="html"><![CDATA[Bankd &quot;Just one of those ideas&quot; New release v0.4.4]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102109#p102109"><![CDATA[
hi<br><br>i had the same bug. balance cmd was working but transfer not. to fix this and additionally ban hacking via enabling negative transfer amounts edit the following:<br><br>in<br><div class="codebox"><p>Code: </p><pre><code>"transfer" {</code></pre></div>you have to change:<div class="codebox"><p>Code: </p><pre><code>set payee [lindex $textarr 3]set amount [lindex $textarr 2]if {$amount == ""} {</code></pre></div>to:<div class="codebox"><p>Code: </p><pre><code>set payee [string tolower [lindex $textarr 2]]set amount [lindex $textarr 1]if {$amount &lt;= 0} {</code></pre></div>i have sent the author a pull request on github.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11833">seeN</a> — Sat Oct 12, 2013 10:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[weirdthall]]></name></author>
		<updated>2013-09-20T09:33:18-04:00</updated>

		<published>2013-09-20T09:33:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102042#p102042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102042#p102042"/>
		<title type="html"><![CDATA[Bankd &quot;Just one of those ideas&quot; New release v0.4.4]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102042#p102042"><![CDATA[
Sorry to necro this thread but I am having the exact same problem.<br><br>I have .chanset the bot correctly, it is working as I see the balances increase but no user commands work correctly in the channels.<br><br>Anyone able to offer any assistance?<br><br>Using eggdrop 1.6.21, bot version 0.4.6 (latest) on geekshed servers.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12276">weirdthall</a> — Fri Sep 20, 2013 9:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lee8oi]]></name></author>
		<updated>2011-09-29T15:16:58-04:00</updated>

		<published>2011-09-29T15:16:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97815#p97815</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97815#p97815"/>
		<title type="html"><![CDATA[New release 0.4.6]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97815#p97815"><![CDATA[
Switched pub_handler proc to use proper command bind instead of checking all channel msgs for command trigger.<br><br>Minor code cleanup/commenting. Added 'log interest payouts' config for enabling/disabling logging the interest payments paid on intervals.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11681">lee8oi</a> — Thu Sep 29, 2011 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lee8oi]]></name></author>
		<updated>2011-09-27T11:24:52-04:00</updated>

		<published>2011-09-27T11:24:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97793#p97793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97793#p97793"/>
		<title type="html"><![CDATA[New release 0.4.4]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97793#p97793"><![CDATA[
New release available on github. <a href="https://github.com/lee8oi/bankd/blob/master/bankd.tcl" class="postlink">https://github.com/lee8oi/bankd/blob/master/bankd.tcl</a><br><br>Changes include:<br>1.Added configurable backupfile location/name.<br>2.Fixed nick case issue. User can now access account even if they change the case of their nick.<br>3.Added public command trigger configuration. Fixed public command help to show command syntax using current trigger instead of default trigger.<br>4.Added configurable public command trigger.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11681">lee8oi</a> — Tue Sep 27, 2011 11:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wbk]]></name></author>
		<updated>2011-09-08T06:13:09-04:00</updated>

		<published>2011-09-08T06:13:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97667#p97667</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97667#p97667"/>
		<title type="html"><![CDATA[Bankd &quot;Just one of those ideas&quot; New release v0.4.4]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97667#p97667"><![CDATA[
<blockquote class="uncited"><div>the .chanset command is run in the partyline. Its not run from the script. You have to connect to bot &amp; login then enter: .chanset #channel +bankd</div></blockquote><br>:facepalm:  told you i was a nob ummm noob <br><br>nice 1 lee8oi working perfect thankyou <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=11780">wbk</a> — Thu Sep 08, 2011 6:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lee8oi]]></name></author>
		<updated>2011-09-08T01:00:38-04:00</updated>

		<published>2011-09-08T01:00:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97665#p97665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97665#p97665"/>
		<title type="html"><![CDATA[Bankd &quot;Just one of those ideas&quot; New release v0.4.4]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97665#p97665"><![CDATA[
the .chanset command is run in the partyline. Its not run from the script. You have to connect to bot &amp; login then enter: .chanset #channel +bankd<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11681">lee8oi</a> — Thu Sep 08, 2011 1:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wbk]]></name></author>
		<updated>2011-09-08T00:42:32-04:00</updated>

		<published>2011-09-08T00:42:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97664#p97664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97664#p97664"/>
		<title type="html"><![CDATA[Re: please help cant get it to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97664#p97664"><![CDATA[
[quote="lee8oi"]Did you try setting the channel flag for the channel? IE: .chanset #channel +bankd<br>Then the commands should start working in channel.<br><br>yes i did that as you can see by the scripy <br><br><br>--------------------------------------------------------------------<br>#<br># Initial channel setup:<br># (enables use of public info command in specified channel)<br># .chanset #scene-inspired +bankd<br>#<br># Public command syntax:<br># .bank ?balance|transfer? ?args?<br>#<br># DCC (partyline) command syntax:<br># .bankd ?add|remove|check|list|edit? ?args? <br>--------------------------------------------------------------------<br><br><br>i also thought its because its hashed out with a # so i removed this and tried to load the bot again but i get an error saying <br><br><br>[06:24] Tcl error in file 'NewBot.conf':<br>[06:24] invalid command name ".chanset"<br>    while executing<br>".chanset #scene-inspired +bankd"<br>    (in namespace eval "::bankd" script line 44)<br>    invoked from within<br>"namespace eval bankd {<br>################################################################################<br>#<br># Copyright Â©2011 <a href="mailto:lee8oi@gmail.com">lee8oi@gmail.com</a><br>#<br># Th..."<br>    (file "scripts/bankd.tcl" line 1)<br>    invoked from within<br>"source scripts/bankd.tcl"<br>    (file "NewBot.conf" line 47)<br>[06:24] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br><br><br><br>so i thought by reading that the bot duz not recognize the format it adds the channel so looking on another script i got that asks to add a channel it was in this format <br><br>set +bankd {#scene-inspired}<br><br>it loaded fine with this and entered the irc room but still not working in when im entering the commands .bank<br><br> <br>im shur its something stupid im missing thankyou for your time and help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11780">wbk</a> — Thu Sep 08, 2011 12:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lee8oi]]></name></author>
		<updated>2011-09-07T21:37:33-04:00</updated>

		<published>2011-09-07T21:37:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97663#p97663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97663#p97663"/>
		<title type="html"><![CDATA[Re: please help cant get it to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97663#p97663"><![CDATA[
Did you try setting the channel flag for the channel? IE: .chanset #channel +bankd<br>Then the commands should start working in channel.<br><blockquote class="uncited"><div>hi lee8oi i have seen this working els where and thought i would try it out ( loving your work btw ) <br><br>but i am having some problem with it <br><br>i am a bit of a noob and i do everything trial and error (self taught ) coz i lern better that was and dont like bothering people for help but i just cant get this to work <br><br>i managed to get it loaded <br><br>[01:14] Bankd 0.3beta Loaded<br><br>and managed to telnet into the bot and add 3 users to try it out first b4 i add every1 els in the room to the list <br>i know its running coz when i .banked list the 3 users showed up and thay are actual gaining points slowly i added 100 to start with and we are showing 107 108 and 109 now BUT <br>when i  put .bank balance or any of the commands into my irc room nothing comes up at all <br><br>i have added my irc room where it says too but i cant see what im doing wrong <br><br>i am use in [01:14] --- Loading eggdrop v1.6.19+ctcpfix (Thu Sep  8 2011)<br><br>ANY HELP WOULD BE GREATLY APPRECIATED MY FRIEND THANKYOU &lt;3</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11681">lee8oi</a> — Wed Sep 07, 2011 9:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wbk]]></name></author>
		<updated>2011-09-07T20:13:27-04:00</updated>

		<published>2011-09-07T20:13:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97662#p97662</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97662#p97662"/>
		<title type="html"><![CDATA[please help cant get it to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97662#p97662"><![CDATA[
hi lee8oi i have seen this working els where and thought i would try it out ( loving your work btw ) <br><br>but i am having some problem with it <br><br>i am a bit of a noob and i do everything trial and error (self taught ) coz i lern better that was and dont like bothering people for help but i just cant get this to work <br><br>i managed to get it loaded<blockquote class="uncited"><div>[01:14] Bankd 0.3beta Loaded</div></blockquote>and managed to telnet into the bot and add 3 users to try it out first b4 i add every1 els in the room to the list <br>i know its running coz when i .banked list the 3 users showed up and thay are actual gaining points slowly i added 100 to start with and we are showing 107 108 and 109 now BUT <br>when i  put .bank balance or any of the commands into my irc room nothing comes up at all <br><br>i have added my irc room where it says too but i cant see what im doing wrong <br><br>i am use in [01:14] --- Loading eggdrop v1.6.19+ctcpfix (Thu Sep  8 2011)<br><br>ANY HELP WOULD BE GREATLY APPRECIATED MY FRIEND THANKYOU &lt;3<div class="codebox"><p>Code: </p><pre><code>################################################################################## Copyright ©2011 lee8oi@gmail.com## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.# http://www.gnu.org/licenses/################################################################################### Bankd script v0.3beta (6-28-11)# by: &lt;lee8oi@github&gt;&lt;lee8oiOnfreenode&gt;# github link: https://github.com/lee8oi/eggdrop/blob/master/bankd.tcl## The second graduate of the Dukescript Volatile Experiment. Bankd script is# one of those 'wouldn't it be kinda cool if' ideas I came up with mainly# to entertain myself. The idea was to come up with a banking system that# could be used for role playing purposes in selected channels allowing users# to transfer funds to other users and collect interest.## The public command is '.bank' which allows users to check thier balance or# transfer funds to another user (provided both have accounts). Bot owners# have access to the dcc/partyline command '.bankd' which allows them to add,# remove, list, check, and edit the 'bank accounts'. An automatic timer# periodically adds an 'interest' to all existing bank accounts.## ------------------------------------------------------------------------## Updates for v0.3:# 1.## ------------------------------------------------------------------------## Initial channel setup:# (enables use of public info command in specified channel)# .chanset #scene-inspired +bankd## Public command syntax:# .bank ?balance|transfer? ?args?## DCC (partyline) command syntax:# .bankd ?add|remove|check|list|edit? ?args?## Example Usage:# (public)# &lt;lee8oi&gt; .bank balance# &lt;dukelovett&gt; lee8oi, your balance is: 1000# &lt;lee8oi&gt; .bank transfer 100 dukelovett# &lt;dukelovett&gt; transfer successful.# &lt;lee8oi&gt; .bank# &lt;dukelovett&gt; usage: .bank ?balance|transfer? ?args?## (DCC/Partyline)# &lt;lee8oi&gt; .bankd add jimmy# &lt;dukelovett&gt; account created.# &lt;lee8oi&gt; .bankd remove jimmy# &lt;dukelovett&gt; account removed.# &lt;lee8oi&gt; .bankd# &lt;dukelovett&gt; usage: .bankd ?add|remove|check|list|edit? ?args?# &lt;lee8oi&gt; .bankd add# &lt;dukelovett&gt; usage: .bankd add &lt;name&gt;################################################################################### CONFIGURATION# ------------------------------------------------------------------------# INTEREST PERCENTAGE RATE# Bank balances are multiplied by this number to calculate amount of# interest to be added to bank accounts at interest timer interval.# +--+    variable intrate .01# +--+# INTEREST TIMER INTERVAL# Number of minutes between timer intervals.# +--+    variable intinterval 10# +--+################################################################################## Experts only below.################################################################################</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11780">wbk</a> — Wed Sep 07, 2011 8:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lee8oi]]></name></author>
		<updated>2011-09-27T12:11:35-04:00</updated>

		<published>2011-06-29T13:00:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97122#p97122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97122#p97122"/>
		<title type="html"><![CDATA[Bankd &quot;Just one of those ideas&quot; New release v0.4.4]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97122#p97122"><![CDATA[
The second graduate of the Dukescript Volatile Experiment. Bankd script is one of those 'wouldn't it be kinda cool if' ideas I came up with mainly to entertain myself. The idea was to come up with a banking system that could be used for role playing purposes in selected channels allowing users to transfer funds to other users and collect interest.<br>The public command allows users to check thier balance or transfer funds to another user (provided both have accounts). Bot owners  have access to the dcc/partyline command '.bankd' which allows them to add, remove, list, check, and edit the 'bank accounts'. An automatic timer  periodically adds an 'interest' to all existing bank accounts.<br><br>Latest version available from github: <a href="https://github.com/lee8oi/bankd/blob/master/bankd.tcl" class="postlink">https://github.com/lee8oi/bankd/blob/master/bankd.tcl</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11681">lee8oi</a> — Wed Jun 29, 2011 1:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
