Skip to content

Module IRC

kathryntolsen edited this page Oct 20, 2017 · 1 revision

A simple python socket module that provides basic IRC client functionality with connection to multiple servers and channels, and can send and receive messages.

Status

Work In Progress

Features

  • Authenticate using NickServ or secure TLS SASL
  • Connect to multiple IRC networks
  • JOIN multiple channels
  • Receive data from a particular channel or network socket
  • Send data to a particular channel or network socket