Author Topic: RTB Development  (Read 380144 times)

It'd be a challenge to depict the cookie monster in all of his glory using 144 pixels.

Hehe.

One thing I noticed about IRC (I KNOW YOUR NOT USING IRC SIGASNGIANH) is that when typing a smiley face ":D"

The other person will see it as "D"

No ":"

I just wanna know why this is. Not asking for a fix.

Voicechat toggleable for groups of friends?
An I vote for the like dislike system from youtube but not stars red and green bars
and add a nuetral vote.

Voicechat toggleable for groups of friends?
An I vote for the like dislike system from youtube but not stars red and green bars
and add a nuetral vote.

TGE doesn't support voice chat.

Hehe.

One thing I noticed about IRC (I KNOW YOUR NOT USING IRC SIGASNGIANH) is that when typing a smiley face ":D"

The other person will see it as "D"

No ":"

I just wanna know why this is. Not asking for a fix.
I think it might have to do with this bit:
Code: [Select]
   nextToken(%prefix,username,"!");
   %message = stripMLControlChars(nextToken(%params,destination," :"));
   %message = getSubStr(%params,strPos(%params,":")+1,strLen(%params));
   %message = stripMLControlChars(%message);
But I'm not going to touch that.

Tom

TGE doesn't support voice chat.
Badspot has the source code. He could make it support voice chat if he wanted.

Hehe.

One thing I noticed about IRC (I KNOW YOUR NOT USING IRC SIGASNGIANH) is that when typing a smiley face ":D"

The other person will see it as "D"

No ":"

I just wanna know why this is. Not asking for a fix.
I'm going to assume because the IRC protocol involves colons, this might be a parsing error as Chrono mentioned.

I'm going to assume because the IRC protocol involves colons, this might be a parsing error as Chrono mentioned.
I've gone through testing and it's not actually a problem with the receiving part, but instead the sending part.

I was able to see the beginning colon when sending a private message through mIRC.

The sending part was the problem, in RTBIC_sendSessionMessage

IRC doesn't seem to care whether or not you put the required : before your message, seeing how both
RTBIC_SC.sendLine("PRIVMSG Spy2 lolstuff"); and
RTBIC_SC.sendLine("PRIVMSG Spy2 :lolstuff");
gave the same result, "lolstuff", but
RTBIC_SC.sendLine("PRIVMSG Spy2 ::lolstuff");
has shown the initial colon. ":lolstuff"
RTB doesn't send this : for normal PM messages, seen here:
RTBIC_SC.sendLine("PRIVMSG "@%sess.username SPC %message);
where %message should have a colon behind it.


I figured as much, but I had fun figuring it out.

I figured as much, but I had fun figuring it out.
I hate IRC so much, have they ever heard of tabs, or some other character that isn't a space?

Star system is better in my opinion. Maybe stars with a thing next to it translating it to like/dislike, or the other way around.

I just see people rate bombing perfectly fine things such as team deathmatch for no reason, like they do on youtube videos. The star system is so far working great and I see no point in changing it when people already are fine with it. I don't see anyone complaining about it.

I just see people rate bombing perfectly fine things such as team deathmatch for no reason, like they do on youtube videos. The star system is so far working great and I see no point in changing it when people already are fine with it. I don't see anyone complaining about it.
What is the problem on Youtube with only two options?

Stars are getting old I say red and green bars.

No I mean Top bar means like and bottom bar means dislike theres no neutral.
If theres a neutral then it would be a no vote.