Skip to content

Athemis/Phenny-Mumble-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

This is a plugin to the Python IRC bot 'Phenny' (http://inamidst.com/phenny/).
It provides various commands to access the mumble server (Murmur)

To install this plugin, add the following settings to ~/.phenny/default.py

mumble_ip             = "127.0.0.1"
mumle_port            = "6502"
mumble_slice          = "/path/to/Murmur.ice"
mumble_secret         = "mymumblesecret"
# Interval to check for new users in murmur
mumble_check_interval = 10
# Auto alert these channels when someone joins
mumble_channels = ["#mychannel"]

Replace the values with values appropriate for your Murmur system.
Murmur.ice should come with your murmur install.

About

a Phenny plugin to talk to Murmur/Mumble over ICE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%