irc by murky-satyr

using System;foreach(b in Text.UTF8Encoding().GetBytes(@"[INFO]\x09Channel view for \xe2\x80\x9c#anagol\xe2\x80\x9d opened.
\x09=-=\x09User mode for xxx is now +i
\x09-->|\x09YOU (xxx) have joined #anagol"))Console.OpenStandardOutput().WriteByte(b)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page