Non-threaded

Forums » Bugs & Problems » Read Thread

Post reports about problems or bugs in here.
This bug was closed 5/31/2014: WILL BE FIXED in v20140005

Cysid

10 years ago

I had a problem that cysid don't respond to your duel!

Cysid

10 years ago

Oh noes! Provide some details!

Cysid

10 years ago

Wait a while, if he hasn't responded in 24 hours, tell us again. Sometimes cysid is slow to respond

Cysid

10 years ago

So cysid still didn't answer my duel. If I use my other acount to duel cysid, it responds immediately.

Cysid

10 years ago
Maybe cysid doesn't like you xD

Cysid

10 years ago

Hey! Cysid is programmed to be automatically responds to your challenge.

Cysid

10 years ago

I know! The same happened to me!

Cysid

10 years ago
Unless it doesn't like you :3

Cysid

10 years ago

It's a program! How can it not like you?

Cysid

10 years ago
I don't know. I've never had a program not like me. How does it feel to have a program not like you very much? I wouldn't know, but you do :D

Cysid

9 years ago

*chuckles* 

Cysid

10 years ago

He just LOATHES felines.  WITH A PASSION.

Cysid

10 years ago

A program doesn't have a brain. It doesn't think!!!

Cysid

10 years ago
You wouldn't know :P I'm sure you're not the one who made Cysid.

Cysid

10 years ago

Do you even know what is a computer Program?

Cysid

10 years ago
doo u, evan grammer?

As a computer programmer, yes I do. I'm just teasing you xD

Cysid

10 years ago

It doesn't think. It just refuses to duel cats.

Cysid

10 years ago

It's now declined. I tried again and it worked. I tried a test and found if you type cysid, it will work. If you type Cysid, it won't work.

Cysid

10 years ago
Yeah. Never, ever type Cysid.

Cysid

10 years ago

http://chooseyourstory.com/forums/bugs-and-problems/message/3595

 

 

Cysid

10 years ago

Cysid cysid, does it matter? It makes no sense!

Cysid

10 years ago

it matters.

An uppercase letter is registered differently from a lowercase one in the server. Only the correct input is taken into account, and an uppercase instead of a lowercase changes the input layout.

Cysid

10 years ago
Yeah, it's one of the stupider things about programming.

Cysid

10 years ago

there is no other way for it to work.

It's not stupid, its advanced. Consider yourself lucky that you don't have to write blocks on binary code for each letter by yourself. Getting only one of them wrong will screw everything up.

Aaah, humans considering that if they can do something a computer automatically can do the same.. its one of the stupider things about humanity.

Cysid

9 years ago

Ohhhh is that what the problem was?

You know, I must have thought it was totally something else.

Well good news, easy fix. I'll get it in the next updat (which will come sooner).

Cysid

9 years ago

That's only Steve's guess, but I agree with him.

Cysid

9 years ago

That definitely was it. Already changed code :)

From "If challengeeUsername="cysid" Then..." to "If LCase(challengeeUsername)="cysid Then..."

Code will be updated on server next release.

Cysid

9 years ago

There's a java variable called LCase? Cool. I was wondering why when I input string variables into netbeans the Scanner only scans strings with the same cases. So if I change it to LCase it would scan for both cases?!