Contents

nozeio/swift-nio-irc-eliza

[SwiftNIO IRC](https://github.com/NozeIO/swift-nio-irc)

Talking to Eliza

In your IRC just talk to nickname Eliza, she'll respond!

<img src="http://zeezide.de/img/irc-eliza-720x781.png" />

Importing the module using Swift Package Manager

An example Package.swift importing the necessary module:

// swift-tools-version:5.0

import PackageDescription

let package = Package(
    name: "MyElizaBotTool",
    dependencies: [
        .package(url: "https://github.com/NozeIO/swift-nio-irc-eliza.git",
                 from: "0.7.0")
    ],
    targets: [
        .target(name: "MyElizaBotTool",
                dependencies: [ "IRCElizaBot" ])
    ]
)

Who

Brought to you by ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.

Package Metadata

Repository: nozeio/swift-nio-irc-eliza

Default branch: master

README: README.md