Added screenshot
This commit is contained in:
parent
d014f0cdae
commit
3c627e0bad
|
@ -468,6 +468,13 @@ button {
|
|||
#chat .notice .type {
|
||||
display: none;
|
||||
}
|
||||
#chat .action,
|
||||
#chat .action .user {
|
||||
color: #f39c12;
|
||||
}
|
||||
#chat .action .user:before {
|
||||
content: '* ';
|
||||
}
|
||||
#chat .meta {
|
||||
height: 80px;
|
||||
padding: 25px 0 0 20px;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"port": 9000,
|
||||
"theme": "themes/example.css",
|
||||
"public": false
|
||||
"public": true
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "shout",
|
||||
"description": "The modern IRC client",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"homepage": "http://github.com/erming/shout",
|
||||
"author": {
|
||||
"name": "Mattias Erming",
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
|
@ -4,7 +4,10 @@
|
|||
"networks": [
|
||||
{
|
||||
"host": "irc.rizon.net",
|
||||
"nick": "example"
|
||||
"port": 6667,
|
||||
"nick": "example",
|
||||
"realname": "Example",
|
||||
"join": "#chan"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue