Created a simple shoutbox plugin for spline. master
authorEevee <eevee@nyarumaa.(none)>
Sun, 7 Dec 2008 00:15:38 +0000 (19:15 -0500)
committerEevee <eevee@nyarumaa.(none)>
Sun, 7 Dec 2008 00:15:38 +0000 (19:15 -0500)
commitf32d09074db90cdd13501ce6febccb4f5b7105c7
tree8fe31e1a1de2afe514841cf51c4a3078ba1d4248
Created a simple shoutbox plugin for spline.

All it does at the moment is install a controller that announces that it
in fact exists.
.gitignore [new file with mode: 0644]
lib/spline/__init__.py [new file with mode: 0644]
lib/spline/plugins/__init__.py [new file with mode: 0644]
lib/spline/plugins/shoutbox/__init__.py [new file with mode: 0644]
lib/spline/plugins/shoutbox/controllers/__init__.py [new file with mode: 0644]
lib/spline/plugins/shoutbox/controllers/shoutbox.py [new file with mode: 0644]
setup.py [new file with mode: 0644]