update(pluginStart): add message dans la console avec informations)

This commit is contained in:
rick 2021-06-03 14:12:46 +02:00
parent 4f167dfafc
commit 80e3bffd56
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -24,7 +24,7 @@ public Plugin myinfo =
description = "Plugin communiquant avec le bot discord \
https://github.com/InfoLAN/cs-picker afin dautomatiser \
lInfoLan 2021",
version = "1.5.8",
version = "1.5.9",
url = "https://git.gnous.eu/Rick/infolanBot"
};
@ -36,7 +36,18 @@ public void OnPluginStart()
RegServerCmd("!team", SetTeam);
PrintToServer("Hello world!");
/* juste pour avoir un truc jolie */
PrintToServer("\n _____ __ _ _ _");
PrintToServer("|_ _| / _| | | /\\ | \\ | |");
PrintToServer(" | | _ __ | |_ ___ | | / \\ | \\| |");
PrintToServer(" | | | '_ \\| _/ _ \\| | / /\\ \\ | . ` |");
PrintToServer(" _| |_| | | | || (_) | |____ / ____ \\| |\\ |");
PrintToServer("|_____|_| |_|_| \\___/|______/_/ \\_\\_| \\_|");
PrintToServer("\n Le plugin a démarré avec succès !\n");
PrintToServer("Autheur: rick@gnous.eu");
PrintToServer("Depot git: https://git.gnous.eu/Rick/infolanBot");
PrintToServer("Depot github: https://github.com/InfoLAN/infolanCSGOplugin");
PrintToServer("Licence: GPL3\n");
}
/**