cpuinfo updates

This commit is contained in:
joonicks
2018-04-14 17:57:08 +02:00
parent 72ae8393d3
commit 3045ab8251
2 changed files with 108 additions and 57 deletions

View File

@@ -355,6 +355,12 @@ void to_user_q(const char *target, const char *format, ...)
stringcat(message,"\n");
if (startup > 0)
{
write(1,message,strlen(message));
return;
}
fmt = "NOTICE %s :%s";
if (CurrentChan)
{