Skip to content
/ iqx Public

Server for next-generation IRC bots

Notifications You must be signed in to change notification settings

moiph/iqx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ___ ___    __  __
|_ _/ _ \   \ \/ /
 | | | | |   \  /
 | | |_| |   /  \
|___\__\_\  /_/\_\

IQ X is the backend of next-generation IRC bots.

More specifically, IQ X is a collection of modules that run in xynapse, an event
processing engine. Events, such as a public message on an IRC channel, are
packaged into a JSON object by an IQ X frontend script running on an IRC client.
The event is sent to an IQ X server, a xynapse instance, where it is processed
by one or more event handlers. The event handlers can return commands back to
the frontend. A command may be to send text back to an IRC channel, for example.

IQ X is currently in a very early stage.

About

Server for next-generation IRC bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published