wwivbbs/wwiv

newly created networked SUB marked auto-requestable is not requestable

Closed this issue · 4 comments

creating a networked sub flagged auto-requestable makes the sub available for requests, but SUB ADD REQUESTS get returned with SUB REQUEST RESPONSE of "Error Adding or Dropping Sub".

on investigation, the "nSUB.net" (aka subscribers) file is non-existent in the network directory.

suggested fix: add code to create null file "nSUB.net" in network directory if it doesn't exist in bbs/subedit.cpp modify_sub().

wwiv commented

Only if we're hosting this right?

wwiv commented

ALso in subs.cpp we should create these if they don't exist as well.

wwiv commented

Something like this https://github.com/wwiv/wwiv/pull/new/b1519 I think. WDYT?

looking good.