mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add commands for completions sake
This commit is contained in:
parent
34e2bddef1
commit
cb5f8ed80c
7 changed files with 8 additions and 0 deletions
|
@ -2,12 +2,14 @@ package personal
|
|||
|
||||
import "github.com/lyx0/nourybot/cmd/bot"
|
||||
|
||||
// Arch responds with a meme about Arch linux
|
||||
func Arch(target string, nb *bot.Bot) {
|
||||
reply := "Your friend isn't wrong. Being on the actual latest up to date software, having a single unified community repository for out of repo software (AUR) instead of a bunch of scattered broken PPAs for extra software, not having so many hard dependencies that removing GNOME removes basic system utilities, broader customization support and other things is indeed, pretty nice."
|
||||
|
||||
nb.Send(target, reply)
|
||||
}
|
||||
|
||||
// ArchTwo responds with a meme about Arch linux
|
||||
func ArchTwo(target string, nb *bot.Bot) {
|
||||
reply := "One time I was ordering coffee and suddenly realised the barista didn't know I use Arch. Needless to say, I stopped mid-order to inform her that I do indeed use Arch. I must have spoken louder than I intended because the whole café instantly erupted into a prolonged applause. I walked outside with my head held high. I never did finish my order that day, but just knowing that everyone around me was aware that I use Arch was more energising than a simple cup of coffee could ever be."
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ package personal
|
|||
|
||||
import "github.com/lyx0/nourybot/cmd/bot"
|
||||
|
||||
// Farm responds with osrs wiki farming guide
|
||||
func Farm(target string, nb *bot.Bot) {
|
||||
nb.Send(target, "Trees: https://oldschool.runescape.wiki/w/Crop_running#Example_tree_run_sequence")
|
||||
nb.Send(target, "Herbs: https://oldschool.runescape.wiki/w/Crop_running#Example_allotment,_flower_and_herb_run_sequence")
|
||||
|
|
|
@ -2,6 +2,7 @@ package personal
|
|||
|
||||
import "github.com/lyx0/nourybot/cmd/bot"
|
||||
|
||||
// Justinfan responds with the Jusinfan user chatterino has used before.
|
||||
func Justinfan(target string, nb *bot.Bot) {
|
||||
reply := "64537"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ package personal
|
|||
|
||||
import "github.com/lyx0/nourybot/cmd/bot"
|
||||
|
||||
// Rave returns youtube music playlists.
|
||||
func Rave(target string, nb *bot.Bot) {
|
||||
reply := `https://www.youtube.com/playlist?list=PLY9LTYa8xnQKrug3VvgkPWqmpmXSKAYPe`
|
||||
reply2 := `https://www.youtube.com/playlist?list=PLWwCeXamjNuZ2ZNJiNwvdmVT9TtULsHc6`
|
||||
|
|
|
@ -2,6 +2,7 @@ package personal
|
|||
|
||||
import "github.com/lyx0/nourybot/cmd/bot"
|
||||
|
||||
// Streamlink returns the streamlink config.
|
||||
func Streamlink(target string, nb *bot.Bot) {
|
||||
reply := `https://haste.zneix.eu/udajirixep put this in ~/.config/streamlink/config on Linux (or %appdata%\streamlink\streamlinkrc on Windows)`
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ package personal
|
|||
|
||||
import "github.com/lyx0/nourybot/cmd/bot"
|
||||
|
||||
// Xset returns the keyboard repeat rate command.
|
||||
func Xset(target string, nb *bot.Bot) {
|
||||
reply := "xset r rate 175 50"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ package personal
|
|||
|
||||
import "github.com/lyx0/nourybot/cmd/bot"
|
||||
|
||||
// Zneix returns a meme about Zneix leaking stuff.
|
||||
func Zneix(target string, nb *bot.Bot) {
|
||||
reply := "ᵃᵈ⁴³ oh frick ⁵²⁴ᵈ ⁸⁹ᵈˢ ⁷⁵⁴⁹ ᶠᵈ³⁴ ᶦᵒ⁶⁸ frick sorry guys ᶠ⁷⁸ᶠ ᵈ⁹⁸⁹ ᵍ⁸²³ ᵍ⁹⁰ˣ ⁹ᵍᶠᵖ sorry im dropping ⁸⁹⁸⁴ ⁰⁹⁰ᶠ my api keys all over the ⁵³²ᵈ place ⁸⁷ᶠᵈ ⁹⁸⁴ᶠ ⁰⁹¹ᵃ sorry zneixApu zneixLeak"
|
||||
|
||||
|
|
Loading…
Reference in a new issue