Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unicode escape #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use unicode escape #18

wants to merge 1 commit into from

Conversation

reynir
Copy link

@reynir reynir commented Dec 17, 2019

Then we don't have to worry about inferior editors

@RyanSquared
Copy link
Member

I'm not sure if the bot is already 5.3 only but this commit would mean that it only works with Lua 5.3.

@daurnimator
Copy link
Member

daurnimator commented Dec 18, 2019

Currently the bot runs on 5.3

$ systemctl --user cat irc-bot.service 
# /home/daurnimator/.config/systemd/user/irc-bot.service
[Unit]
Description=[] irc bot
Documentation=https://github.com/hashbang/irc-bot

[Service]
WorkingDirectory=%h/irc-bot
Environment="LUA_PATH_5_2=%h/.luarocks/share/lua/5.2/?.lua;%h/.luarocks/share/lua/5.2/?/init.lua;/usr/local/share/lua/5.2/?.lua;/usr/local/share/lua/5.2/?/init.lua;/usr/share/lua/5.
#ExecStart=/usr/bin/lua5.2 %h/irc-bot/main.lua
ExecStart=/bin/bash -c 'set -o pipefail; exec lua5.2 %h/irc-bot/main.lua|&logger'
Restart=on-failure

[Install]
WantedBy=default.target

I'd be happy to upgrade to 5.3 now that we're on buster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants