A bit more prominent sign of start up completion :-) thanks HashBox for the ASCII!
parent
d0b218f667
commit
75fe826d57
|
@ -391,6 +391,7 @@ namespace OpenSim
|
|||
}
|
||||
|
||||
// We are done with startup
|
||||
PrintFileToConsole("startuplogo.txt");
|
||||
m_log.Info("[STARTUP]: Startup complete, serving " + m_udpServers.Count.ToString() + " region(s)");
|
||||
}
|
||||
|
||||
|
@ -647,6 +648,20 @@ namespace OpenSim
|
|||
}
|
||||
}
|
||||
|
||||
private void PrintFileToConsole(string fileName)
|
||||
{
|
||||
if (File.Exists(fileName))
|
||||
{
|
||||
StreamReader readFile = File.OpenText(fileName);
|
||||
string currentLine = String.Empty;
|
||||
while ((currentLine = readFile.ReadLine()) != null)
|
||||
{
|
||||
m_log.Info("[!]" + currentLine);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Runs commands issued by the server console from the operator
|
||||
/// </summary>
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
|
||||
|
||||
.^^; ^\^^ . .
|
||||
-5Zgej` ,jxPFhl` ~&C+tfm+
|
||||
^GFDFFD[ =QQFFFD) ipQQDPDc.
|
||||
!QFDFDPT`iFDQPFD7 ^eFFDDD!
|
||||
'VPQFQPi."8DPDPe".."hDFDPQ=............ ......
|
||||
^18mT|^''_7nTv^'''}FFPQQQs^'''';'';''`.;'';;'.
|
||||
^=(ijit!^^|v]11(^^~vFQFPPQo!^;';';;;'`.';;;''.
|
||||
.zFPQQDDe\~PFFFPe_iDAaqQFQVmb!``:`,::. :`,,:,.
|
||||
:YDDPPDDg~+QPQDFU?rPQDO4k0bDPt======!,,`,`::
|
||||
,LFDDPFPAtlQFQDQUtfDPPFDPPDPPt??)|)~`;;;;';.
|
||||
,0FDQDPFUtlDQPFFd+2QDFPPFDPQFi||||~,';''''.
|
||||
.^TQFFDQPht+FQQDDh+2DDPDDFDDQDi|((~:;';';'
|
||||
.''!rFQQPm}(?3DPDFJ(tuhFPQPPDdJ?|)!:'';'''
|
||||
.';;;!SDFDs|)thDQDQg+)(YDFQFPFh+)(!,;';';:
|
||||
.;';;'!pQDDT()zDDFQQPz(|&FDFFPQxt|!`;';;'`
|
||||
.;;';';!pQDDn|iePDPPFDhi(YFQFQPFxi-:;;;;;,
|
||||
`;'';''"tLFDF2|tGDDQPFFG+?CDFFFPPs/:';'';`
|
||||
:;';'''-)))}7+|?||+v23v+(()|i}7jlt>:;;';':
|
||||
,;'''''>(||)|?|?()||()||?|(()((?(|"`'';';,
|
||||
.:`,,`,^~~~~~~~~~~~~~~~~~~~~~~~~~~".......
|
||||
,:,:,:..,;'''''';;';;;';;'''''';;` ,;';;;.
|
||||
,;';''`.;';''';';';;'''''''''';;;`.';;;''.
|
||||
:;''';,.'';;';;;';;''';''''';;;';:.';'';;.
|
||||
|
||||
Welcome to OpenSimulator
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue