tippero/tipbot
jw 4a73c75722
Don't let reddit users PM to '/u/' prefaced users
This is probably not a big deal, but at the moment if you PM the bot to tip another user on reddit, and you include /u/ prefixed to the user's name, the bot will send coins to an account that can't exist. For instance: 
    !tip /u/jwinterm 1
would send coins to reddit:/u/jwinterm, but '/' is not a valid character for reddit usernames. This change presumes that the sender intended to send funds to jwinterm and strips of the '/u/' preceding the actual username.
2017-10-28 22:57:44 -07:00
..
modules Don't let reddit users PM to '/u/' prefaced users 2017-10-28 22:57:44 -07:00
__init__.py Structural overhaul 2014-12-29 17:39:17 +00:00
betutils.py Fix double counting of overall game stats 2015-02-07 19:06:42 +00:00
coinspecs.py Allow integrated addresses 2016-06-08 21:22:00 +01:00
command_manager.py User error when asking for commands for a module that does not exist 2015-04-25 10:31:12 +01:00
config.py.example Make RPC timeout configurable, and longer by default 2017-09-14 10:33:56 +01:00
group.py Abstract away communications networks 2015-01-19 08:45:56 +00:00
link.py Balances now belong to accounts, and identities map to an account 2015-02-01 11:36:05 +00:00
log.py Move IRC logging functions to ircutils 2015-01-09 21:46:42 +00:00
network.py Add events and event handlers, and IRC join/part events 2015-03-21 09:18:33 +00:00
redisdb.py redis: add llen/lset trampolines 2015-02-05 21:42:13 +00:00
user.py user: add ident 2016-08-05 16:43:00 +01:00
utils.py Make RPC timeout configurable, and longer by default 2017-09-14 10:33:56 +01:00