Edited IRC Markdown

This commit is contained in:
OddRabbit 2022-06-13 19:39:23 +10:00 committed by GitHub
parent f758c13f28
commit 18a78b9535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,14 @@ JOIN <CHANNEL_NAME> #Connect to a channel
OPER <USERNAME> <PASSWORD>
```
You can, also, atttempt to login to the server with a password. The default password for ngIRCd is 'wealllikedebian'.
```bash
PASS wealllikedebian
NICK patrick
USER test1 test2 <IP> :test3
```
### **Find and scan IRC services**
```bash