bulletin | index /home/thindil/Projekty/anaria/server/lib/pymodules/bulletin.py |
# -*- coding: utf-8 -*-
################################################################################
#
# bulletin.py
#
# This module implements a bulletin board system, allowing people to post and
# read messages to various bulletins. This is *not* a substitute for forums. It
# is not nearly as functionally complete as any freely available web-based
# forum. This is meant for posting notes and notices, not for carrying out
# conversations.
#
# contains one command, "bulletin". Syntax is:
# bulletin
# bulletin read <board> [article number]
# bulletin post <board> <title>
# bulletin delete <board> [article number]
# bulletin create <board> [groups]
#
# Post makes use of a character's notepad, from the editor module.
#
# Bulletin requires a minimum of NakedMud v3.5 to work, but should work fine
# with version below with minor alterations.
#
################################################################################
Modules | ||||||
|
Classes | ||||||||||||||||||
|
Functions | ||
|
Data | ||
__bulletin_file__ = '../lib/misc/bulletins' __bulletins__ = {'admini': <bulletin.Bulletin instance>, 'budowniczy': <bulletin.Bulletin instance>, 'b\xc5\x82\xc4\x99dy': <bulletin.Bulletin instance>, 'liter\xc3\xb3wki': <bulletin.Bulletin instance>, 'pomys\xc5\x82y': <bulletin.Bulletin instance>, 'zmiany': <bulletin.Bulletin instance>} |