Search Freenode Chat Logs

Friday, March 3, 2017

#freenode channel featuring rob0, amnet, Humbedooh, maskara, NEST, icywiz, and 9 others.

NEST 2017-03-03 13:45:15
basicall
NEST 2017-03-03 13:45:17
y
NEST 2017-03-03 13:45:26
im looking for a chat relavent
NEST 2017-03-03 13:45:29
to this site
KindOne 2017-03-03 13:45:33
Merlina: just wait around for staff to see the request
NEST 2017-03-03 13:45:42
http://www.nest-simulator.org
NEST 2017-03-03 13:46:05
I already tried #nest and that didnt work
amnet 2017-03-03 13:46:25
Try /query alis
NEST 2017-03-03 13:46:27
there is a giant following behind it
amnet 2017-03-03 13:47:10
Failing that, try to navigate the site for links to a chat, chatroom or IRC.
Merlina 2017-03-03 13:54:55
i, I want a cloak, please
thumbs 2017-03-03 13:55:40
at least now they're asking only every 10 minutes.
Omnious 2017-03-03 13:57:51
hey I just got banned from #httpd thumbs
latency 2017-03-03 14:06:39
http://www.linuxquestions.org/questions/slackware-14/um-what-who-is-slackhappy-and-slackhappy-860433/page2.html
{0}_{0} 2017-03-03 14:06:42
KindOne: sorry for highlightinng but
latency 2017-03-03 14:06:49
thumbs who is this chris you were impersonating?
{0}_{0} 2017-03-03 14:07:24
when i tell my bot ",coffee all" it should send this message:std::string temp{"brews a hot cup of coffee for all."};
{0}_{0} 2017-03-03 14:07:38
and this: std::string temp = "^ACTION " + message + "\r\n";
{0}_{0} 2017-03-03 14:07:43
but it doesnt
{0}_{0} 2017-03-03 14:08:18
well the first message is added to the "message" variable of the second message
rob0 2017-03-03 14:08:55
latency, don't worry about slackhappy, it has faded away.
KindOne 2017-03-03 14:09:07
{0}_{0}: what what exactly is being sent to the channel?
latency 2017-03-03 14:09:11
yeah but who Chris that thumbs was impersonating and why?
rob0 2017-03-03 14:09:34
oh, you are trolling thumbs ... sorry. Carry on.
{0}_{0} 2017-03-03 14:09:40
std::string temp = "^ACTION " + "brews a hot cup of coffee for all." + "\r\n";
KindOne 2017-03-03 14:10:16
{0}_{0}: pastebin the actual source code?
{0}_{0} 2017-03-03 14:10:21
ok
amnet 2017-03-03 14:10:48
I hope you're not seriously writing an IRC bot in C++.
KindOne 2017-03-03 14:11:05
amnet: at least 100+ exist
thumbs 2017-03-03 14:11:35
well, some folks wrote bots with mIRC, heh. So everything is possible,
{0}_{0} 2017-03-03 14:11:49
http://paste.debian.net/917910/
amnet 2017-03-03 14:11:57
KindOne: That's not an excuse to be stupid.
amnet 2017-03-03 14:12:16
thumbs: That's at least 100 times better than using C++.
{0}_{0} 2017-03-03 14:12:42
amnet: got angry feelings for c++ ?
KindOne 2017-03-03 14:12:49
amnet: as someone that uses mIRC... id rather it be in an actual language than stuck in mIRC
amnet 2017-03-03 14:12:58
No, just some things don't make sense to do in C++.
amnet 2017-03-03 14:13:02
An IRC bot is all of them.
{0}_{0} 2017-03-03 14:13:08
why
{0}_{0} 2017-03-03 14:13:17
they make servers in c++
amnet 2017-03-03 14:13:22
How many languages do you know?
{0}_{0} 2017-03-03 14:13:30
only one
amnet 2017-03-03 14:13:38
Then It's The Wrong One.
{0}_{0} 2017-03-03 14:13:44
no
KindOne 2017-03-03 14:14:07
I'm not in the mood to listen to language wars
thumbs 2017-03-03 14:14:20
to be far, c++ does support sockets rather well, and objects could make sense.
thumbs 2017-03-03 14:14:34
*fair
amnet 2017-03-03 14:14:40
thumbs: Sockets are ported near-universally to all programming and scripting languages.
{0}_{0} 2017-03-03 14:14:43
KindOne: line 77 of the post
thumbs 2017-03-03 14:15:11
the problem with re-inventing the wheel is that there's almost certainly an existing bot that does more and better than your first attempt.
{0}_{0} 2017-03-03 14:15:34
but its so interesting and addicting
amnet 2017-03-03 14:15:51
Hence why an IRC bot in C++ is both the worst way to learn programming and the worst way to make a bot.
KindOne 2017-03-03 14:16:35
{0}_{0}: id try using the literal character, not "^"
{0}_{0} 2017-03-03 14:17:05
what literal character?
{0}_{0} 2017-03-03 14:17:58
i dont even know what the irc client sends as a /me msg to the server
amnet 2017-03-03 14:18:24
So scrap this code and try to write the same feature using mIRC.
{0}_{0} 2017-03-03 14:18:47
mIrc? why?
amnet 2017-03-03 14:18:55
Because it knows things you don't.
{0}_{0} 2017-03-03 14:18:56
im no windogs fan
amnet 2017-03-03 14:19:01
Oh.
{0}_{0} 2017-03-03 14:19:21
lol
amnet 2017-03-03 14:19:36
What client/OS do you use?
{0}_{0} 2017-03-03 14:19:48
Debian Sid and Hexchat
{0}_{0} 2017-03-03 14:20:58
KindOne: will it be AACTION or something like tht
amnet 2017-03-03 14:21:25
Are you at least using an IRC library?
{0}_{0} 2017-03-03 14:21:33
no
{0}_{0} 2017-03-03 14:21:43
i like it hardcore
amnet 2017-03-03 14:21:45
Connect with telnet.
{0}_{0} 2017-03-03 14:21:57
ok
KindOne 2017-03-03 14:22:42
{0}_{0}: try: \x01ACTION
{0}_{0} 2017-03-03 14:22:49
ok
amnet 2017-03-03 14:23:29
If you can't reverse-engineer IRC from telnet, you're nowhere near as hardcore as you think.
dikdik 2017-03-03 14:23:53
How does one telnet into IRC
thehungus 2017-03-03 14:23:55
anyone know how to get a password reset for my nickserv identity?
thumbs 2017-03-03 14:24:12
thehungus: see /msg NickServ help sendpass
KindOne 2017-03-03 14:24:13
thehungus: see /msg nickserv help sendpass
icywiz 2017-03-03 14:24:20
you could always just read the IRC RFC, anyway
{0}_{0} 2017-03-03 14:24:35
but i cant find it in the rfc 2812
amnet 2017-03-03 14:24:38
dikdik: The second argument to telnet takes a port name.
KindOne 2017-03-03 14:24:57
dikdik: telnet chat.freenode.net 6667; nick EvilOne; user EvilOne 8 * :...; join #freenode; PRIVMSG #freenode :like this dikdik
icywiz 2017-03-03 14:25:07
hmm let me see. it should be somewhere with CTCP
{0}_{0} 2017-03-03 14:25:09
KindOne: no it doesnt work
KindOne 2017-03-03 14:25:32
{0}_{0}: can I have the entire source code and try to poke at it?
{0}_{0} 2017-03-03 14:25:43
lol yeah if you wish
icywiz 2017-03-03 14:25:49
I see, yeah its not mentioned in the formal RFC (unless its listed as something else) but I do see it here: http://www.irchelp.org/protocol/ctcpspec.html
thehungus 2017-03-03 14:26:14
"email address is considered invalid" awesome. seems i didn't set that up right all those years ago. any other options?
thumbs 2017-03-03 14:26:45
thehungus: you could ask staff to drop the account, as it appears to be expired
Raccoon 2017-03-03 14:26:53
hint: \x01 is also sometimes referred to as \A. \AACTION
thumbs 2017-03-03 14:26:55
thehungus: you would lose any channel access you might have had, however.
{0}_{0} 2017-03-03 14:26:59
https://github.com/OtakuSenpai/TsukiBot
KindOne 2017-03-03 14:27:01
you could check your backups
thehungus 2017-03-03 14:29:37
thumbs: oki, thanks. will see if i can get them to help :)
KindOne 2017-03-03 14:30:01
thehungus: check your backups, irc configs, logs?
KindOne 2017-03-03 14:32:26
{0}_{0}: it takes libsdl2-dev package?
{0}_{0} 2017-03-03 14:32:35
yeah
{0}_{0} 2017-03-03 14:32:43
for TCP connections
{0}_{0} 2017-03-03 14:33:04
i didnt wrote it in the readme,but it does so
{0}_{0} 2017-03-03 14:33:11
just got it to github
KindOne 2017-03-03 14:33:16
yeah... can't install that.. it wants to nuke vlc and a few other packages
{0}_{0} 2017-03-03 14:33:25
why?
{0}_{0} 2017-03-03 14:33:43
which distro?
KindOne 2017-03-03 14:34:02
debian sid/experimental/no idea
{0}_{0} 2017-03-03 14:34:08
oh
{0}_{0} 2017-03-03 14:34:16
then it must be no problem
dikdik 2017-03-03 14:34:16
Why not lib-curl?
{0}_{0} 2017-03-03 14:34:28
i hav libsdl too on my lappy
thehungus 2017-03-03 14:34:34
KindOne: already have, the client i used before does not seem to have stored my password in plain text in a conf file (of which i do have backups). i feel this is not something i should actually complain about haha :D
KindOne 2017-03-03 14:35:06
http://pastebin.com/raw/f4PZY3a0
{0}_{0} 2017-03-03 14:35:08
dikdik: i didnt find something of a docs for lib-curl or didnt search it up
KindOne 2017-03-03 14:35:10
thehungus: what irc client?
{0}_{0} 2017-03-03 14:35:53
ok
KindOne 2017-03-03 14:37:13
{0}_{0}: nvm, had to kill off the experimental from the preferences
{0}_{0} 2017-03-03 14:37:38
ok
{0}_{0} 2017-03-03 14:38:32
so KindOne srry for bothering you again but
KindOne 2017-03-03 14:38:41
Also, the first line in the compile.sh, threw a silly "bash: ./compile.sh: /usr/bin/bash: bad interpreter: No such file or directory"
{0}_{0} 2017-03-03 14:39:02
can you pinpoint me to the location of the /me message in http://www.irchelp.org/protocol/ctcpspec.html
{0}_{0} 2017-03-03 14:39:09
ok
{0}_{0} 2017-03-03 14:39:12
thts bad
Humbedooh 2017-03-03 14:39:19
shouldn't that be /bin/bash ?
{0}_{0} 2017-03-03 14:39:40
well try #!/usr/bin/sh
KindOne 2017-03-03 14:39:54
\001ACTION barfs on the floor.\001
KindOne 2017-03-03 14:39:57
i nuked it
{0}_{0} 2017-03-03 14:40:03
ok
dikdik 2017-03-03 14:40:04
#!/usr/bin/env sh
maskara 2017-03-03 14:41:01
mac channels? itunes? apple?
dikdik 2017-03-03 14:41:09
I started writing a bot in Ada
dikdik 2017-03-03 14:41:19
It kinda sucks and the spec confuses me
{0}_{0} 2017-03-03 14:41:34
should use make files
{0}_{0} 2017-03-03 14:41:53
or cmake
dikdik 2017-03-03 14:42:18
I use Ada build files :P
KindOne 2017-03-03 14:44:33
{0}_{0}: i dont think it likes my gcc 6.3, http://pastebin.com/raw/vJ47FKqH
{0}_{0} 2017-03-03 14:44:39
ok srry to disturb again but
{0}_{0} 2017-03-03 14:44:43
std::string temp = "\001ACTION " + message + "\001\r\n";
{0}_{0} 2017-03-03 14:44:48
is this correct?
KindOne 2017-03-03 14:44:52
try it
{0}_{0} 2017-03-03 14:44:58
just tried
{0}_{0} 2017-03-03 14:44:59
it