Git Product home page Git Product logo

irc-plugin's Introduction

Logo IRC Plugin

An integration with SwiftIRC through the OSRS chat box.

Functionality

It is ideal to set the delimiter to a character you can easily prefix IRC messages.

The default delimiter is ;. This document will use the default as reference.

Channel Messages

Channel messages will show up in the chat box starting with the username that sent the message.

Sending a channel message: ;words can go here

Example: ;Hello #rshelp!

Private Messages

Received private messages will appear prefixed with (pm).

Sending a private message: ;;msg <nick> <message>

Example: ;;msg foobar Thanks for the information

Notices

Notices will appear prefixed with (notice) to indicate it was not a channel message.

Sending a notice: ;;notice <nick> <message>

Example: ;;notice foobar Hey there!

Network Services

The following services run on SwiftIRC: NickServ, ChanServ, BotServ, and HostServ.

You may communicate via the following commands with the respective service:

NickServ: ;;ns
ChanServ: ;;cs
BotServ: ;;bs
HostServ: ;;hs

Miscellaneous Commands

Change user modes: ;;umode +R (as an example)

Change channel modes: ;;mode #rshelp -s

Change the topic: ;;topic #rshelp Hi this was a bad idea

Configuration

username

The username used to connect to SwiftIRC.

channel (optional)

The channel you intend to join. Leaving this blank will default to #rshelp.

password (optional)

The password to identify with NickServ.

delimiter

Defaults to ;. Prefixed to messages destined for IRC.

Known Issues

  • Various output is hidden, such as channel and user modes, topics, and other raw server output.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.