1 | commit 5779b454599bb11140319e1f66fbdd7b0594157c |
2 | Author: acidvegas <acid.vegas@acid.vegas> |
3 | Date: Wed Mar 25 22:18:01 2020 -0400 |
4 | |
5 | updated |
6 | --- |
7 | README.md | 48 ++++++------------------------------------------ |
8 | 1 file changed, 6 insertions(+), 42 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 92db6a4..5558ffe 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -38,8 +38,6 @@ export LANGUAGE=en_US.UTF-8 |
15 | |
16 | Now just run `source ~/.bashrc` to make the changes take affect. |
17 | |
18 | -If you are using [GNU screen](https://www.gnu.org/software/screen/), make sure that `defutf8 on` is in your ~/.screenrc file. |
19 | - |
20 | #### Client |
21 | <details> |
22 | <summary>IRSSI</summary> |
23 | @@ -67,45 +65,6 @@ If you are using [GNU screen](https://www.gnu.org/software/screen/), make sure t |
24 | ``` |
25 | </details> |
26 | |
27 | -<details> |
28 | - <summary>HexChat/xChat</summary> |
29 | - |
30 | -##### UTF-8 |
31 | -Edit your network and change "Character set" to "UTF-8 (Unicode)" for all of your networks. |
32 | - |
33 | -##### Font |
34 | -Navigate to Settings->Preferences->Interface->Text box and set the font to monospace normal size 9. |
35 | - |
36 | -##### Colors |
37 | -Locate your colors.conf file in either the AppData (Windows) or ~/.xchat2 (Linux) directory and replace the first 16 lines with the follow: |
38 | -``` |
39 | -color_0 = ffff ffff ffff |
40 | -color_1 = 0000 0000 0000 |
41 | -color_2 = 0000 0000 7f7f |
42 | -color_3 = 0000 9393 0000 |
43 | -color_4 = ffff 0000 0000 |
44 | -color_5 = 7f7f 0000 0000 |
45 | -color_6 = 9c9c 0000 9c9c |
46 | -color_7 = fcfc 7f7f 0000 |
47 | -color_8 = ffff ffff 0000 |
48 | -color_9 = 0101 fcfc 0000 |
49 | -color_10 = 0000 9393 9393 |
50 | -color_11 = 0101 ffff ffff |
51 | -color_12 = 0000 0000 fcfc |
52 | -color_13 = ffff 0000 ffff |
53 | -color_14 = 7f7f 7f7f 7f7f |
54 | -color_15 = d2d2 d2d2 d2d2 |
55 | -``` |
56 | - |
57 | -##### Flooding |
58 | -``` |
59 | -/set net_throttle 0 |
60 | -``` |
61 | - |
62 | -##### |
63 | - |
64 | -</details> |
65 | - |
66 | <details> |
67 | <summary>WeeChat</summary> |
68 | |
69 | @@ -133,6 +92,11 @@ UTF-8 is enabled by default on Weechat. |
70 | ### Resources |
71 | #### Art Packs |
72 | |
73 | +###### ASCII Fart Packs |
74 | +| Pack | Description | |
75 | +| ---- | ----------- | |
76 | +| [ASCII Art Farts](http://www.asciiartfarts.com) | Big collection of shitty ASCII only art | |
77 | + |
78 | ###### ANSI Art Packs |
79 | | Pack | Description | |
80 | | ---- | ----------- | |
81 | @@ -145,7 +109,7 @@ UTF-8 is enabled by default on Weechat. |
82 | | Pack | Description | |
83 | | ---- | ----------- | |
84 | | [IRCArt](https://github.com/ircart/ircart) | Massive collection of organized IRC art | |
85 | -| [MiRCART](https://mircart.org/?page_id=1882) | Art pack made by the [MiRCART](https://mircart.org/) crew | |
86 | +| [MiRCART](https://mircart.org/) | Art pack made by the [MiRCART](https://mircart.org/) crew | |
87 | | [PP4L](http://wepump.in/ascii/) | Art pack made by the [PP4L](http://wepump.in/) crew | |
88 | | [TrollASCII](https://github.com/jakkm3n/trollascii) | Giant mess of unorganized art | |
89 | | [Volatile](https://git.volatile.bz/cgit/wowaname/ascii-art/) | Art pack containing other packs & some OC by [volatile](https://volatile.bz/) | |