Eggdrop Tcl Archive

Home | Contact | Forum | Submit a Script

View All Information: Script Id1725

Script Name: Bankd Version: 0.4.6 Author: lee8oi Script Date: 29/09/2011 Category: Not specified Downloads: 27 File Name: bankd-0.4.6.zip Short Description: 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.

Extended Description File

#   Bankd script v0.4.6 (9-29-11)
#   by: <lee8oi@github><lee8oiOnfreenode>
#   github link: https://github.com/lee8oi/bankd/blob/master/bankd.tcl
#
# 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 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, & edit the 'bank accounts'. An automatic timer
# periodically adds an 'interest' to all existing bank accounts.
#
#
#   Initial channel setup:
#   (enables use of public info command in specified channel)
#    .chanset #channel +bankd
#
#   Public command syntax:
#    .bank ?balance|transfer? ?args?
#
#   DCC (partyline) command syntax:
#    .bankd ?add|remove|check|list|edit? ?args?
#
#   Example Usage:
#    (public)
#       <lee8oi> !bank balance
#   <dukelovett> lee8oi, your balance is: 1000
#       <lee8oi> !bank transfer 100 dukelovett
#   <dukelovett> transfer successful.
#       <lee8oi> !bank
#   <dukelovett> usage: .bank ?balance|transfer? ?args?
#
#    (DCC/Partyline)
#       <lee8oi> .bankd add jimmy
#   <dukelovett> account created.
#       <lee8oi> .bankd remove jimmy
#   <dukelovett> account removed.
#       <lee8oi> .bankd
#   <dukelovett> usage: .bankd ?add|remove|check|list|edit? ?args?
#       <lee8oi> .bankd add
#   <dukelovett> usage: .bankd add <name>

Latest News

27 Dec 2018 Eggdrop v1.8.4 Stable Release 22 Dec 2018 Eggdrop v1.8.4 Release Candidate 3 15 Dec 2018 Eggdrop v1.8.4 Release Candidate 2 12 Dec 2018 Eggdrop v1.8.4 Release Candidate 1 04 Feb 2018 Eggdrop v1.8.3 Stable Release 13 Jan 2018 Eggdrop v1.8.3 Release Candidate 2

Resources

Eggdrop Community Forum Download Eggdrop Eggdrop Set-up Using your Eggdrop Enhancing Eggdrop Eggdrop Tcl Commands Eggdrop 1.8.3 Documents Eggdrop Config File Unix Shell Commands
Donate Help TclArchive.org with server costs. By donating, you help keep these scripts available to everyone. PayPal

© 2015 - 2025,  Greenwood Web Design