This website requires JavaScript.
Explore
Help
Sign In
Akamaru
/
Mikubot-2
Archived
Watch
1
Star
0
Fork
0
You've already forked Mikubot-2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2021-04-24
. You can view files and clone it, but cannot push or open issues or pull requests.
47fbddf281
Mikubot-2
/
launch.sh
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Added administration.lua. Adds self-hosted, single-realm administrative functions to otouto. Check out the README for a detailed description. Also added msg.from.name, which is msg.from.first_name + msg.from.last_name (if it exists), because I'm too lazy to build it each time. Fixed a crash-causing bug (ironically) in the handle_exception() function.
2016-02-20 11:07:20 +01:00
#!/bin/sh
otouto v3 is out! Everything reworked and rewritten. Antisquig is now a plugin to work with moderation.lua. The bot can now upload photos, stickers, and other files. Return values in plugin functions to affect the bot's behavior. All this and more!
2015-11-25 03:22:04 +01:00
while
true
;
do
Final fixes.
2016-04-14 05:48:20 +02:00
lua main.lua
Alles miku Erste Anpassungen für Mikudayobot
2016-07-17 13:22:27 +02:00
echo
'Miku wurde gestoppt. ^C zum beenden.'
otouto v3 is out! Everything reworked and rewritten. Antisquig is now a plugin to work with moderation.lua. The bot can now upload photos, stickers, and other files. Return values in plugin functions to affect the bot's behavior. All this and more!
2015-11-25 03:22:04 +01:00
sleep 5s
done
Reference in New Issue
Copy Permalink