Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ textual-scripts

Scripts for Textual IRC. These are mainly in AppleScript with other languages pinched in here and there.

Drop these scripts in your `~/Library/Application Scripts/com.codeux.irc.textual` folder and let the fireworks begin! If this folder isn't present on your machine, create it and add these scripts.
Drop these scripts in your `~/Library/Application Scripts/com.codeux.irc.textual5` folder and let the fireworks begin! If this folder isn't present on your machine, create it and add these scripts.

```
$ git clone https://github.com/phracker/textual-scripts "~/Library/Application Scripts/com.codeux.irc.textual/textual-scripts"
$ mv "~/Library/Application Scripts/com.codeux.irc.textual/textual-scripts/*" "~/Library/Application Scripts/com.codeux.irc.textual/" && rm -rf "~/Library/Application Scripts/com.codeux.irc.textual/textual-scripts"
$ git clone https://github.com/phracker/textual-scripts "~/Library/Application Scripts/com.codeux.irc.textual5/textual-scripts"
$ mv "~/Library/Application Scripts/com.codeux.irc.textual5/textual-scripts/*" "~/Library/Application Scripts/com.codeux.irc.textual5/" && rm -rf "~/Library/Application Scripts/com.codeux.irc.textual5/textual-scripts"
```

`/dns <Domain Name or IP Address>` gets the dns entry for its argument.
Expand Down