From 413d2aded70fa8c0481d2c8a5cc4b3d873a1d3de Mon Sep 17 00:00:00 2001 From: Izwzyzx <184772711+Izwzyzx@users.noreply.github.com> Date: Sat, 16 Oct 2021 17:59:53 -0500 Subject: [PATCH] Initial commit --- .gitignore | 9 +++++++++ README.md | 24 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b6a3bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.gmk +*.gm81 +gittogmk +gmktogit +gmksplit.jar + +Thumbs.db +Desktop.ini +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f620c9 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# GimelBot + +**GimelBot** is an IRC bot written in Game Maker 8. The GimelBot project succeeded [PyBot](https://forge.monarch-pass.net/Ikewise/pybot). + +## Name and Icon + +"GimelBot" is a reference to the fact that it's written in *Game Maker Language* (GML), as well as the Phoenician letter ["gimel"](https://en.wikipedia.org/wiki/Gimel) which preceded the Greek "gamma". The icon is in turn based on the [throwing stick](https://en.wikipedia.org/wiki/Throw_stick_(hieroglyph)) hieroglyph which preceded "gimel". + +## Building + +Requirements: +- [Gmk-Splitter](https://github.com/Medo42/Gmk-Splitter) by Medo42 +- [Faucet Networking Extension](https://github.com/Medo42/Faucet-Networking-Extension) by Medo42 +- Game Maker 8 + +The `src` folder must be reassembled into a `.gmk` file using gmk-splitter then exported with GM8. + +## Credits + +[numPrefix();](http://forums.tigsource.com/index.php?topic=3142.msg273598#msg273598) by xerus + +[string_parse_single();](http://www.gmlscripts.com/script/string_parse_single) by xot + +[Editable Textbox](https://web.archive.org/web/20160120153229/http://gmc.yoyogames.com/index.php?showtopic=592186) and [Scrollbars](https://web.archive.org/web/20140629062217/http://www.stuffbydavid.com/examples/scrollbars) by David "Davve" Norgren