Apply conversion script to all *.md files. authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
...@@ -2,21 +2,21 @@ ...@@ -2,21 +2,21 @@
https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/XChat https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/XChat
= Default Configuration Files = # Default Configuration Files
With no changes. Start XChat once and close it afterwards. All files will be in the hidden folder With no changes. Start XChat once and close it afterwards. All files will be in the hidden folder
{{{ ```
/home/user/.xchat2/ /home/user/.xchat2/
}}} ```
These files are kept here so you can compare which modifications are made. You can also carefully restore changes which you do not like. These files are kept here so you can compare which modifications are made. You can also carefully restore changes which you do not like.
= ignore.conf = # ignore.conf
{{{ ```
}}} ```
= keybindings.conf = # keybindings.conf
{{{ ```
C C
Prior Prior
Change Page Change Page
...@@ -208,15 +208,15 @@ F9 ...@@ -208,15 +208,15 @@ F9
Run Command Run Command
D1:/GUI MENU TOGGLE D1:/GUI MENU TOGGLE
D2! D2!
}}} ```
= notify.conf = # notify.conf
{{{ ```
}}} ```
= servlist_.conf = # servlist_.conf
{{{ ```
v=2.8.8 v=2.8.8
N=Debian Servers N=Debian Servers
...@@ -896,15 +896,15 @@ S=Minneapolis.MN.US.Xworld.Org ...@@ -896,15 +896,15 @@ S=Minneapolis.MN.US.Xworld.Org
S=Rochester.NY.US.XWorld.org S=Rochester.NY.US.XWorld.org
S=Bayern.DE.EU.XWorld.Org S=Bayern.DE.EU.XWorld.Org
S=Chicago.IL.US.XWorld.Org S=Chicago.IL.US.XWorld.Org
}}} ```
= sound.conf = # sound.conf
{{{ ```
}}} ```
= xchat.conf = # xchat.conf
{{{ ```
version = 2.8.8 version = 2.8.8
auto_save = 1 auto_save = 1
auto_save_url = 0 auto_save_url = 0
...@@ -1080,4 +1080,4 @@ text_tint_green = 195 ...@@ -1080,4 +1080,4 @@ text_tint_green = 195
text_tint_red = 195 text_tint_red = 195
text_transparent = 0 text_transparent = 0
text_wordwrap = 1 text_wordwrap = 1
}}} ```