Skip to content

Commit 3135817

Browse files
committed
New bbs has now a default qwk id.
1 parent 476dc4e commit 3135817

File tree

1 file changed

+1
-0
lines changed
  • crates/icbsetup/src/create

1 file changed

+1
-0
lines changed

crates/icbsetup/src/create/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ impl IcyBoardCreator {
110110
config.board.allow_iemsi = false;
111111
config.login_server.telnet.port = 1337;
112112
config.login_server.ssh.port = 1338;
113+
config.qwk_settings.bbs_id = "QWKMAIL".to_string();
113114

114115
self.logger.start_action("Creating required paths.".to_string());
115116
fs::create_dir_all(&self.destination.join(&config.paths.help_path))?;

0 commit comments

Comments
 (0)