Sigma88 changed the topic of #Kopernicus to: #Kopernicus | Release 1.3.0-8 - https://git.io/v0Gg5 | Pictures: https://git.io/vHqLy | List of packs: http://git.io/vWjiY | GitHub: http://git.io/vWAFE | Examples: http://git.io/vWAF9 | Visual Editor: http://git.io/vWAbq | Funny Quotes: https://git.io/vHqt8 | <Kopernicus> Kopernicus/master 91e89a4 thomas-jenkins: Kopernicus 1.2.2-6 - "404 - Title not found"
ferram4 has quit [Ping timeout: 198 seconds]
Rokker has quit [Quit: Connection closed for inactivity]
Mead has quit [Read error: Connection reset by peer]
Mead has joined #Kopernicus
Mead has quit [Read error: Connection reset by peer]
ferram4 has joined #Kopernicus
ferram4 has quit [Read error: Connection reset by peer]
ferram4 has joined #Kopernicus
Rokker has joined #Kopernicus
<Sigma88> !c "abcd".Substring(4-2)
<Qboid> cd
<Sigma88> !c "abcd".TrimEnd(new[] { 'd', 'e' })
<Sigma88> :|
<Qboid> abc
<Sigma88> !c "abcd".TrimEnd(new[] { 'd', 'c' })
<Qboid> ab
<Sigma88> !c "abcd".TrimEnd(new[] { 'd', 'e', 'c' })
<Qboid> ab
<Sigma88> !link logs
<Qboid> http://forum.kerbalspaceprogram.com/index.php?/topic/140580-121-kopernicus-release-1-november-3/&page=27#comment-2793409
<Sigma88> !c "MainMenu".GetHashCode()
<Qboid> 442195652
<Sigma88> !c "Menu".GetHashCode()
<Qboid> 694878703
<Sigma88> !c "Main_Menu".GetHashCode()
<Qboid> 781886139