mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
cpuinfo updates
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user