mirror of https://notabug.org/acetone/ircabot.git
readme
parent
878aa4a479
commit
d0aed1164a
|
@ -9,9 +9,9 @@ An undemanding IRC logger with a functional web interface.
|
||||||
- To hide the message in the log, you can put a dot at the beginning (message will be displayed as "Blinded message");
|
- To hide the message in the log, you can put a dot at the beginning (message will be displayed as "Blinded message");
|
||||||
- Connection status to the servers is displayed in real time (green check mark or red cross). This allows you to judge whether the log is up to date.
|
- Connection status to the servers is displayed in real time (green check mark or red cross). This allows you to judge whether the log is up to date.
|
||||||
|
|
||||||
<img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/screenshot-1.png" alt="screenshot-1" style="zoom:50%;" />
|
<img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/screenshot-1.png" />
|
||||||
|
|
||||||
<img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/screenshot-2.png" style="zoom:50%;" />
|
<img src="https://notabug.org/acetone/ircabot/raw/master/screenshots/screenshot-2.png" />
|
||||||
|
|
||||||
##### Admin futures
|
##### Admin futures
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ An undemanding IRC logger with a functional web interface.
|
||||||
|
|
||||||
#### First start (Debian/Ubuntu/etc)
|
#### First start (Debian/Ubuntu/etc)
|
||||||
|
|
||||||
```
|
```bash
|
||||||
# Qt5 C++ framework dependencies:
|
# Qt5 C++ framework dependencies:
|
||||||
sudo apt install qt5-default
|
sudo apt install qt5-default
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue