From c6b15400863d2deba7f0f731b29257c7a102fd8c Mon Sep 17 00:00:00 2001 From: RedstoneScratch <31410740+redstone-scratch@users.noreply.github.com> Date: Sun, 6 Nov 2022 11:09:38 -0500 Subject: [PATCH] make example plugin syntactically correct, and change error message --- plugins/example/example.nim | 1 + src/err.txt | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 plugins/example/example.nim diff --git a/plugins/example/example.nim b/plugins/example/example.nim new file mode 100644 index 00000000..5820c978 --- /dev/null +++ b/plugins/example/example.nim @@ -0,0 +1 @@ +echo "Hello Nim" \ No newline at end of file diff --git a/src/err.txt b/src/err.txt index f85700bf..2ef8ec4a 100644 --- a/src/err.txt +++ b/src/err.txt @@ -1 +1,5 @@ -This page has failed to load, check your connection or contact the website owner. \ No newline at end of file +This page has failed to load. Here are some things you can do: + 1. Check your internet connection. + 2. If there isn't a problem, maybe check your firewall or proxy settings. + 3. If all else fails, somehow contact the website owner. + 4. If all of the above fails... WE'RE ALL GONNA DIE \ No newline at end of file