Programming

Tuesday 10 March 2015, 00:22  #1
Programming — Go back to college
yosa
  • 2 posts

hello, i find it a little silly, to have only two seconds to copy/paste the challange and copy/paste result as it is not enough, i made the script to make the calculations, but i find it hard to copy/paste in time, any idea as how to do so in time

Tuesday 10 March 2015, 02:23  #2
Programming — Go back to college
m31z0nyx
  • 394 posts

Hi,

Just use your script to send back the solution. :)

good luck !

Tuesday 10 March 2015, 02:51  #3
Programming — Go back to college
yosa
  • 2 posts

thanks , that got me straight to the point, hhh fun games :)

Saturday 4 July 2015, 23:13  #4
Programming — Go back to college
Pavel
  • 1 posts

Guys, correct conditions, they are not quite accurate.

“Example : 25/2”
In fact: "25 / 2" with spaces.

“The answer must be sent as : !ep1 -rep answer.”
In fact: "!ep1 -rep answer" without the dot.

It’s little things, but for such a small price make as many attempts from beyond the dots - is not serious.

Thursday 18 May 2017, 21:45  #5
Programming — Go back to college
Tim Bentley
  • 1 posts

MSG Candy !ep1 -rep 80422.4621358983

does not seem to work. All I get is a "bad response!" with no clues.

Thursday 18 May 2017, 21:57  #6
Programming — Go back to college
Neptune
  • 3 posts

Have you read the statement?
“Then you need to round to two decimals.”
Try with it.

Sunday 9 July 2017, 19:48  #7
Programming — Go back to college
Victor
  • 4 posts

Hi..

I have developed my script in php and it runs well.. It connects to IRC. But after the welcome message, I don’t know how to send message to candy... I’m not familiar with IRC.. but I searched and found something.. I tried with "PRIVMSG Cande :!ep1\n" but it didm’t work.. Instead of numbers, I get "There are 249 users and 102 invisible on 2 servers".. Please someone tell me what message I have to send through socket..

Updated: I tried with "MSG Candy !ep1" And it says "MSG unknown command"..  😕

Friday 6 December 2019, 12:10  #8
Programming — Go back to college
malbanjunior
  • 1 posts

The command is PRIVMSG instead of MSG. There is a colon after the receiver’s name.
ex: "PRIVMSG Candy :!ep1"