Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions virbos-splash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ local splashes = {
"v!distro add Virbos",
'"Irc better" - gerogaga',
'"B-but it was compiled with gcc!!!"',
"Never gonna give you up!",
"I'd just like to interject for a moment",
"systemd is the best init",
}

io.stdout:write(splashes[math.random(1, #splashes)] .. '\n')