Table of Contents

Module: tendril Twisted-0.17.4/twisted/words/tendril.py
Imported modules   
import string
import traceback
from twisted import copyright
from twisted.cred import authorizer
from twisted.internet import tcp
from twisted.persisted import styles
from twisted.protocols import irc, protocol
from twisted.python import log, reflect
from twisted.words import service
import types
Functions   
channelToGroupName
groupToChannelName
  channelToGroupName 
channelToGroupName ( channelName )

Map an IRC channel name to a Words group name.

IRC is case-insensitive, words is not. Arbitrtarily decree that all IRC channels should be lowercase.

Warning: This prevents me from relaying text from IRC to a mixed-case Words group. That is, any words group I'm in should have an all-lowercase name.

  groupToChannelName 
groupToChannelName ( groupName )

Classes   
ProxiedParticipant

I'm the client of a participant who is connected through Tendril.

Tendril
TendrilClient

I connect to the IRC server and broker traffic.

TendrilFactory

I build Tendril connectors for a words service.


Table of Contents

This document was automatically generated on Sat Apr 20 01:31:59 2002 by HappyDoc version 2.0