deepspawn / SMC

Stackless MUD Client it's a mud client written in stackles python, gtk and vte.

Clone this repository (size: 35.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/deepspawn/smc/
commit 1: f4052db78f64
parent 0: 8378139b5571
Adds slain.yml from the default config wth dbbot defaulttip
deepspawn
9 months ago
View at rev
SMC /
filename size last modified message
HEADER 757 B 9 months ago Initial import from private repository
LICENSE 33.7 KB 9 months ago Initial import from private repository
README 811 B 9 months ago Initial import from private repository
basebot.py 3.8 KB 9 months ago Initial import from private repository
client.py 5.4 KB 9 months ago Initial import from private repository
config.py 8.4 KB 9 months ago Initial import from private repository
slain.yml 0 B 9 months ago Adds slain.yml from the default config wth dbbot
smc 7.0 KB 9 months ago Initial import from private repository
stacklesssocket.py 22.0 KB 9 months ago Initial import from private repository
table.py 7.7 KB 9 months ago Initial import from private repository
triggers.py 1.0 KB 9 months ago Initial import from private repository

README

Stackless MUD Client
====================

SMC is a MUD client that's written in stackless python. It's written
in python and stackless because I needed a better and more expresive
language to write complex commands for the muds I play.

Requirements
============

Stackless Python
pyGTK
VTE Python
Gnome Python

Stackless python might be a bit cumbersome to install since it
replaces the standard python but there should be workarounds for this.



Installing
==========

There's isn't any instalation at the moment


Running
=======

./smc

or

python smc

It will load the config.py file as its configuration file, but you can
use other file by using

./smc other

SMC will look for other.py and use it as the configuration file.

Configure
=========

Give a look to the example configuration file config.py