Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <section name="floe.settings" type="Floe.Configuration.SettingsSection, Floe.Configuration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7c2e46d4ac75ba4a" allowExeDefinition="MachineToLocalUser" />
  5. </configSections>
  6. <floe.settings>
  7. <user nickname="MacCoaster" alternateNickname="will" userName="will"
  8. fullName="will" />
  9. <servers>
  10. <server name="diss" hostName="newbox.servebeer.com" port="4578"
  11. password="ZOMGSECRETSAUCE" isSecure="true" connectOnStartup="true" />
  12. </servers>
  13. <windows placement="LAAAAAIAAAADAAAAAIP//wCD/////////////68AAACvAAAAgQMAAD4CAAA="
  14. suppressWarningOnQuit="true">
  15. <states>
  16. <channelState name="server" columnWidth="125" />
  17. <channelState name="foonetic.#dissonance" nickListWidth="115"
  18. columnWidth="192" />
  19. <channelState name="foonetic.*away" columnWidth="125" />
  20. </states>
  21. </windows>
  22. <dcc downloadFolder="C:\Users\Will Johansson\Downloads" />
  23. </floe.settings>
  24. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement