-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bill auger edited this page Apr 21, 2018
·
2 revisions
Post one of the following chat message into each of the channels that you would like to bridge:
/add
or
/add a-bridge-name
Bridgin handles multiple bridges with multiple channels each.
There is currently no limit to the number of channels that may be bridged (!UAYOR!).
To create a another discrete bridge, repeat as above with a distinct bridge name.
/add another-bridge-name
- Local pidgin/finch user is the only admin and may chat on individual channels as usual; but messages will not propagate to other bridged channels unless properly prefixed.
- Although bridges and channels are persistent across restarts; messages can only be relayed to channels with an open pidgin conversation window.
the following admin commands are currently supported:
/add
- Add this channel to the default bridge
/add 'BRIDGE_NAME'
- Add this channel to the bridge 'BRIDGE_NAME'
/rem
- Remove this channel from its bridge
/disable
- Temporarily disable all bridges
/disable 'BRIDGE_NAME'
- Temporarily disable the bridge 'BRIDGE_NAME'
/enable
- Enable all bridges
/enable 'BRIDGE_NAME'
- Enable the bridge 'BRIDGE_NAME'
/echo 'SOME_TEXT'
- Echo text to the same channel
/chat 'SOME_TEXT'
- Relay text to the all channels on this bridge
/broadcast 'SOME_TEXT'
- Relay text to the all channels on all bridges as $BRIDGE_NICK
/status
- Show status information for all bridges
/status 'BRIDGE_NAME'
- Show status information for the bridge 'BRIDGE_NAME'
/?
- Show available admin commands