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.
0b093f21f3
Mikubot-2
/
launch.sh
8 lines
104 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
tab -> 4 spaces
2016-08-14 04:46:18 +02:00
lua main.lua
echo
'otouto has stopped. ^C to exit.'
sleep 5s
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
done
Reference in New Issue
Copy Permalink