Jump to content
Eternal Lands Official Forums
Sign in to follow this  
necroman

timestamping

Recommended Posts

i think it would be nice to have the option to see timestamps on messages

probably not a good idea to do so in regular mode, but showing them in console mode could be good

you would be able to see when someone has pm'ed you or when someone said a certain thing on a channel you're on

Share this post


Link to post
Share on other sites

I agree, it would also benefit chat_log, so you actually know when a certain event occured. Currently, searching through the chat_log for that all important message is quite consuming :D

Share this post


Link to post
Share on other sites

actual I have create that patch with time on it. It should be in berlos section and if email me I give client that has already in it if want it.

Share this post


Link to post
Share on other sites
actual I have create that patch with time on it. It should be in berlos section and if email me I give client that has already in it if want it.

Do you have a .diff that can be used and published somewhere?

Share this post


Link to post
Share on other sites

Erm... it just seems to log whenever the minute changes? Having increments in between logging the time would be nice, and simple to program too. :D

Share this post


Link to post
Share on other sites

ok if see problem with it tell me and I fix it

oh shoot I need update patch.

 

well thing patch has one thing miss which in console.c like line 390

if(my_strncompare(text_loc,"stime",5))
 {
 	if(show_time==1)
 	{
   log_to_console(c_green2," time ouput when there new min has occured is now off");
   show_time=0;
 	}
 	else
 	{
   log_to_console(c_green2," time ouput when there new min has occured is now on");
      show_time=1;
 	}
 	return;
 }

this way you can change patch for off and on in client also if want to

Edited by jamesvm

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×