mirror of
https://gitlab.com/ceda_ei/Zeeth-Naaw-Bot
synced 2025-05-09 21:56:53 +02:00
Bug Fix
This commit is contained in:
parent
d8b9afc8fc
commit
b255e40de5
@ -74,12 +74,13 @@ function new_member() {
|
||||
$text .= "You can run /update to regenerate the chain.\n";
|
||||
$text .= "\n";
|
||||
$text .= "Have Fun";
|
||||
send_text($text);
|
||||
send_html($text);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function update() {
|
||||
send_text("Update started. New chain will only be send if the chain has changed. Please wait as this takes about a minute.");
|
||||
send_html("Update started. New chain will only be send if the chain has changed. Please wait as this takes about a minute.");
|
||||
include('./update_chain.php');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user