merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
321 changed files with 10547 additions and 30729 deletions
Showing only changes of commit d7142479ae - Show all commits

View File

@@ -1,2 +1,7 @@
export COLUMNS=300
./profanity -l DEBUG
if [ -f "./build_run/profanity" ]; then
./build_run/profanity -l DEBUG
else
# Fallback for autotools
./profanity -l DEBUG
fi