Make bot persistant
This commit is contained in:
parent
8368e3a752
commit
ae1fb3d87c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ static BotInfo ws_botinfo =
|
|||
"WarServ",
|
||||
BOT_COMMON_HOST,
|
||||
"War Game Service",
|
||||
BOT_FLAG_SERVICEBOT,
|
||||
BOT_FLAG_SERVICEBOT|BOT_FLAG_PERSIST,
|
||||
ws_commands,
|
||||
ws_settings,
|
||||
};
|
||||
|
|
Reference in a new issue