diff options
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index 29803db1..ce93aecf 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -87,6 +87,9 @@ int u_cancelbadpost(void) return 0; } + // XXX reload account here? + pwcuReload(); + // early check for time (must do again later) day = 180 - (now - cuser.timeremovebadpost ) / DAY_SECONDS; if(day>0 && day<=180) { |