Gameplaye, bo się trochę tego nazbierało

YouTube

Mój kanał na odysee... Tak tylko mówię...

https://odysee.com/@Gryficowa:2?view=content

#Odysee #Mychannel

Kanał istnieje, bo szukam alternatyw dla YT...

View on Odysee: Kanał istnieje, bo szukam alternatyw dla YT...

Odysee
https://www.moezine.com/1392787/ 【ゆるっと】スーパーバニーマン【ゲーム実況】#59 【ゆるっと】スーパーバニーマン【ゲーム実況】#59 ご視聴いただき、ありがとうございます。 今回の動画は久々のゲーム実況! マネージャーとスーパーバニーマンに挑戦しました! シンプルな操作のはずが、意外と大苦戦…!? ぜひ、ご覧ください! #白石麻衣 #mychannel ■白石麻衣オフィシャルサイト https://maishiraishi-official.com/ ■白石麻衣本人Instagram https://instagram.com/m.shiraishi.official ■公式スタッフTwitter Tweets by shiraishi_staff … ##白石麻衣 #nogizaka #nogizaka46 #乃木坂 #乃木坂46
【ゆるっと】スーパーバニーマン【ゲーム実況】#59

【ゆるっと】スーパーバニーマン【ゲーム実況】#59ご視聴いただき、ありがとうございます。今回の動画は久々のゲーム実況!マネージャーとスーパーバニーマンに挑戦しました!シンプルな操作のはずが、意外と大苦戦…!?ぜひ、ご覧ください!#白石麻衣 #mychannel■白石麻衣オフィシャルサイト https://maishiraishi-official.com/ ■白石麻衣本人Instagramhttps://instagram.com/m.shiraishi.official■公式スタッフTwitterhttps://twitter.com/shiraishi_staff

Moe Zine

(2/2)Here's what the server sends back when I do this:

:ryjo!~ryjo@user/ryjo MODE #mychannel +lll 3 3 3

The server turned my +l+l+l 1 2 3 into +lll 3 3 3

This reveals one of the "rules" the server abides by that are not specified in the protocols themselves: If you happen to send multiple limits, it won't delete any of them.

Instead, it'll use the very last argument you sent.

It'll also smoosh the + signs into 1 + sign since the additional 2 are not necessary.

Useless info but fascinating.

plans for the channel and room #update

YouTube
鳥のトレンド新着~。 #pom
--------------------
10k - #mychannel
10k - ANEVER

https://github.com/cinchrb/cinch#example
cinch is an amazing library. Only took a few minutes to slap together a #Twitch bot; it helps that Twitch's chat API is really just an IRC server. Also has snazzy ANSI logging to boot. #ruby

bot = Cinch::Bot.new do
configure do |c|
c.server = "irc.chat.twitch.tv"
c.port = 6667
c.nick = "twitch_username_here"
c.password = "oath:..."
c.channels = %w[#mychannel]
end

on :message do |m|
# ...
end
end

bot.start

cinchrb/cinch

The IRC Bot Building Framework. Contribute to cinchrb/cinch development by creating an account on GitHub.