/akka-io-irc-client

Primary LanguageShellMIT LicenseMIT

To run the code:

```
$ ./sbt run
```

You can leave the programm by just pressing [Enter].

To use the SSL connection:

* switch port from 6667 to 6697 (around line 14)
* add pipeline stage SslTlsSupport (around line 41)