Commit Graph

23 Commits

Author SHA1 Message Date
moneromooo 98f102f497 withdraw: fix old variable use
nick is replaced by identity
2015-03-17 20:54:25 +00:00
moneromooo 5d1bbfc6a0 withdraw: fix withdraw with no amount nor payment id 2015-02-28 18:31:20 +00:00
moneromooo 53366012e1 always import user/link in modules 2015-02-14 12:15:49 +00:00
moneromooo 051a0d3d86 withdraw: catch lack of parameter for !resolve 2015-02-11 18:42:41 +00:00
moneromooo 4dd13feef6 withdraw: OpenAlias support 2015-02-10 00:00:30 +00:00
moneromooo b5b775e90c withdraw: add support for payment id 2015-02-02 20:44:26 +00:00
moneromooo 1e29558c5e withdraw: fix balances/account mismatch 2015-02-02 20:43:17 +00:00
moneromooo b876f1e523 withdraw: fix missing update to DisableWithdraw's parameter list 2015-02-02 20:42:24 +00:00
moneromooo d455985552 Use decimal functions to read amounts/units from string inputs 2015-02-02 13:11:52 +00:00
moneromooo b181b19c16 withdraw: fix network/withdraw fee mismatch 2015-02-01 12:46:49 +00:00
moneromooo b07bb7ba6b Balances now belong to accounts, and identities map to an account 2015-02-01 11:36:05 +00:00
moneromooo 54531fdc3b Make sure to send help/etc in PM 2015-01-20 17:18:15 +00:00
moneromooo ea25e9d41b Abstract away communications networks 2015-01-19 08:45:56 +00:00
moneromooo 107e36cf32 import config in withdrawl module 2015-01-11 16:48:36 +00:00
moneromooo a2d760dcdb Make mixin configurable 2015-01-11 16:28:20 +00:00
moneromooo 0dc90676c8 Move IsValidAddress to utils 2015-01-11 14:08:12 +00:00
moneromooo 114c67799d withdraw: fix error being sent to wrong variable 2015-01-10 20:34:31 +00:00
moneromooo e1c881860f Module improvements
Register modules, along with their optional help function
Allow running ambiguous commands by prefixing with "modulename:"
2015-01-03 18:36:37 +00:00
moneromooo 44d6f01378 Move module specific help to modules 2015-01-01 14:23:34 +00:00
moneromooo 83d64251af Move irc to ircutils to not conflict with new irc module 2015-01-01 11:42:06 +00:00
moneromooo e4b403cc31 Use __name__ as module name 2015-01-01 10:12:03 +00:00
moneromooo 2c8ff697bd Rejig !commands to be less spammy
Commands are now organized per module, and full command sysnopsis
is only given for a module at a time
2014-12-31 10:32:50 +00:00
moneromooo 6b6a1a67e7 Structural overhaul
Split the tipbot in modules:
- main modules to contain base functions by theme
- coin specs, to define a coin's specifics
- optional modules, defining commands/behaviors
2014-12-29 17:39:17 +00:00