#test | Logs for 2022-03-13
« return
[05:22:32] -!- wetfish [wetfish!~wetfish@Soylent/BotArmy] has joined #test
[05:22:32] -!- mode/#test [+v wetfish] by Artemis
[07:11:58] <chromas> wetfish: say wetfish say teste
[07:11:59] <wetfish> wetfish say teste
[07:12:09] <chromas> wetfish: whois wetfish
[08:07:19] <chromas> wetfish: cycle
[08:07:22] <chromas> wetfish: rehash
[08:07:28] <chromas> wetfish: reload
[08:07:33] <chromas> wetfish: install windows
[08:07:41] <chromas> wetfish: say buttmunch
[08:07:41] <wetfish> buttmunch
[08:24:48] <janrinok> €bash
[08:24:49] <wetfish> [bash.org] #564
[08:24:49] <wetfish> <phiber> I JUST LOST A NEATO ROOT CAUSE I HIT CTRL+C MEANING TO COPY THE IP
[10:01:34] <chromas> =taco wetfish
[10:01:34] * systemd wraps wetfish in a tortilla
[10:05:16] -!- wetfish has quit [Quit: kameloso IRC bot v3.0.0-rc.1 @ https://github.com
[10:14:35] <chromas> even the quit string is full of kamelosolot
[10:43:31] -!- wetfish [wetfish!~wetfish@Soylent/BotArmy] has joined #test
[10:43:31] -!- mode/#test [+v wetfish] by Artemis
[10:44:59] <chromas> well whois to you too
[10:47:56] <janrinok> Yeah, he likes advertising his work doesn't he!
[10:51:59] <janrinok> I'm able to issue commands into my running bot by piping them in via a temp pipe. I can get the 'command' into the bot but all I get is an "unknown command" so I am trying to work out what format it wants.
[10:54:02] -!- wetfish has quit [Quit: kameloso IRC bot v3.0.0-rc.1 @ https://github.com
[10:54:27] -!- wetfish [wetfish!~wetfish@Soylent/BotArmy] has joined #test
[10:54:27] -!- mode/#test [+v wetfish] by Artemis
[10:55:21] <janrinok> ... it understood 'quit'
[10:56:15] <chromas> the kameloso bot?
[10:56:36] <chromas> pipe-based input eh. neat
[10:57:05] <janrinok> yeah - well it would be if I could work out what it is wanting (other than 'quit')
[10:57:07] <chromas> maybe it's raw irc strings
[10:57:37] <janrinok> I've tried joining other channels etc - but it just throws its hands up in the air
[10:58:05] <chromas> wetfish: privmsg #test :bewbs
[10:58:45] <chromas> wetfish: 1+1
[10:59:09] <janrinok> unknown commands to both of those
[10:59:25] <chromas> hm
[11:00:59] <janrinok> it accepted a straight "quit" - with no other commands on the line
[11:01:42] <janrinok> it doesn't like bash, 1+1, /join #shitlords
[11:02:17] <chromas> "The Pipeline plugin opens a Posix named pipe in the current directory, to which you can pipe text and have it be sent verbatim to the server."
[11:02:30] <chromas> Sounds like it should be able to take raw irc commands
[11:02:50] <janrinok> It accepted "join #shitlords"
[11:03:03] <chromas> when you tried the privmsg one did you start it with "wetfish: "?
[11:03:07] <chromas> if so, try without
[11:03:32] <chromas> privmsg #test : ¡hola mi amigo!
[11:04:08] <wetfish> hola
[11:04:17] <janrinok> got it!
[11:04:35] <chromas> schweet
[11:05:04] <wetfish> bash
[11:05:16] <wetfish> €bash
[11:05:22] <chromas> so now you can set up cron jobs—or systemd timers—to fire off messages
[11:05:28] <janrinok> yep
[11:06:11] <wetfish> s/yep/yip/
[11:06:28] <janrinok> s/yep/yip/
[11:06:28] <SedBot> <janrinok> yip
[11:06:28] <wetfish> janrinok | yip
[11:06:50] <janrinok> so it can emit messages but they don't get picked up by other bots, or even itself
[11:07:24] <chromas> it probably doesn't listen to itself and the server doesn't echo your own messages back to you
[11:07:37] <janrinok> makes sense
[11:08:03] <chromas> ah, it's got a special case for quit
[11:08:16] <janrinok> where are you reading this?
[11:08:26] <chromas> I guess it'd have to, otherwise it wouldn't know what to do when the server thinks it quit
[11:08:32] <chromas> https://github.com
[11:08:33] <systemd> ^ 03kameloso/pipeline.d at master · zorael/kameloso
[11:09:17] <chromas> or look for pipeline.d in your local library :)
[11:09:45] <janrinok> yeah, got it
[11:11:01] <chromas> wow, there's a lot going on in my ~/.dub/packages/
[11:11:10] <chromas> Didn't think I'd loaded that many things. Yay, dependencies!
[11:12:30] <janrinok> biab
[12:20:22] <janrinok> back
[12:35:38] <wetfish> hola
[12:35:50] <wetfish> hola
[12:36:58] <chromas> wetfish: ¿que pasa?
[12:37:10] <chromas> wetfish: enable chatterbot
[12:38:38] <janrinok> I'm trying to get my bot to be able to submit stories via upstart on here, but for some reason it doesn't like the format required by upstart
[12:39:18] <janrinok> it seems to be choking on the =submit command
[12:41:25] <chromas> using the pipe?
[12:41:47] <janrinok> yep - or more correctly "not successully"
[12:44:23] <chromas> what're you putting into it?
[12:47:12] <janrinok> privmsg #editorial :=submit url......
[12:50:35] <chromas> looks good. does it output anything to the pipe that you can read?
[12:51:16] <chromas> are you terminating the string with anything?
[12:51:46] <chromas> I think \r\n is considered the correct thing, but \n should work alone usually
[12:52:35] <janrinok> nope - it doesn't throw an error but it doesn't do anything with it either
[12:53:21] <janrinok> <
[12:53:54] <janrinok> I haven't changed anything but it worked that time!
[12:54:28] <janrinok> perhaps it was having a rest or something
[12:56:13] <janrinok> The termination is automatic \n
[13:02:49] <janrinok> ...so, I could run my bot on the server downstairs, and send urls via MQTT to the server from any other machine and it could shove them out to upstart!
[13:03:27] <janrinok> will even work with my phone
[13:03:29] <chromas> Maybe you have to flush the buffer
[13:03:49] <janrinok> it seems to be working now - not sure what was wrong before
[13:03:54] <chromas> Now you just gotta integrate Storybot's submission code
[13:04:06] <chromas> then I can user upstart to call wetfish to submit :D
[13:04:15] <janrinok> lol
[13:11:47] <wetfish> sedbot:s/lol/lil/
[13:11:47] * SedBot is a 54-line awk script, https://github.com
[13:12:28] <wetfish> sedbot:
[13:12:28] * SedBot is a 54-line awk script, https://github.com
[13:13:02] <janrinok> s/lol/lil/
[13:13:02] <SedBot> <janrinok> lil
[13:13:02] <wetfish> janrinok | lil
[13:16:51] <wetfish> sedbot:
[13:16:51] * SedBot is a 54-line awk script, https://github.com
[13:17:11] <wetfish> s/lil/lol/
[13:17:20] <wetfish> s/lil/lol/
[13:17:20] <SedBot> <wetfish> s/lol/lol/
[13:31:26] <wetfish> s/lol/lal/2
[13:31:57] <wetfish> s/lol/lal/
[13:31:57] <SedBot> <wetfish> s/lil/lal/
[13:32:58] <wetfish> s/lil/lul/
[13:32:58] <SedBot> <wetfish> s/lul/lol/
[13:33:23] <janrinok> s/lol/lil/
[13:33:23] <SedBot> <janrinok> lil
[13:33:23] <wetfish> janrinok | lil
[13:34:31] <wetfish> bash
[13:34:43] <wetfish> €bash
[13:34:50] <janrinok> €bash
[13:34:51] <wetfish> [bash.org] #146
[13:34:51] <wetfish> <lux> !8ball is dickdug a f4g?
[13:34:51] <wetfish> <noodles> lux, You wish.
[13:35:10] <janrinok> €bash
[13:35:11] <wetfish> [bash.org] #18
[13:35:11] <wetfish> <TOZTWO> I was kinda shy, and still am, so right after sex, I started getting dressed before she could turn on the lights......
[13:35:11] <wetfish> <TOZTWO> Well, she turns the light on, and I have my clothes on already, and she can't find her undies.......
[13:35:11] <wetfish> <TOZTWO> But she finds my undies next to the bed.
[13:35:13] <wetfish> <TOZTWO> Guess whose undies I'm wearing?
[17:52:58] <chromas> https://www.youtube.com
[17:53:00] <systemd> ^ 03I Just Had Sex (feat. Akon)
[19:47:49] -!- wetfish has quit [Quit: kameloso IRC bot v3.0.0-rc.1 @ https://github.com
[19:48:26] -!- wetfish [wetfish!~wetfish@Soylent/BotArmy] has joined #test
[19:48:26] -!- mode/#test [+v wetfish] by Artemis