1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-02-22 18:34:47 +01:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Marten
981c98605c Update suckless.md 2020-12-29 13:52:09 +01:00
Marten
ffed69f16e Delete ii.md 2020-12-29 13:51:54 +01:00
2 changed files with 1 additions and 42 deletions

View File

@@ -1,41 +0,0 @@
# II
ii is a suckless tool for the internet relay chat.
`<>` indicated placeholders.
## Join a server
On most servers `ssl` is required.
So you need the `ssl` patch and use `-e` instead of `-p`.
```shell
ii -n <nick> -s <server> -e 9999 &
(sleep 2 &&
echo "/msg NickServ REGISTER `<password>` `<mail>`" > ~/irc/<server>/nickserv/in &)
#(sleep 2 &&
#echo "/msg NickServ IDENTIFY `<password>`" > ~/irc/<server>/nickserv/in &)
```
## Join a channel
```shell
echo "/join <channel-name>" > ~/irc/<server>/in &
```
## Show channel
```shell
tail -f -n 500 \<channel>/out
```
## Write into channel
```shell
echo "\msg <message>" > ~/irc/<server>/<channel>/in
```
## Write private message
```shell
echo "\msg <recipient> <message>" > ~/irc/<server>/<channel>/in
```

View File

@@ -36,6 +36,6 @@ new `feature`
- dmenu is a menu with prgram launcher functionality - dmenu is a menu with prgram launcher functionality
- dwm is a window manager - dwm is a window manager
- [ii](ii.md) is an IRC client - ii is an IRC client
- slock is a screen locker - slock is a screen locker
- st is a terminal - st is a terminal