Sections

  • Search Chrome Cow

Design a Day

Here they are. Some of these are useful, some of these are useful as of Palabre v.06b but will probably be deprecated in the next release, and some may be useful only for learning how Palabre talks with its module system. I’ll try to sort out which is which, over time.

Palabre Modules, v0.6b

File

Functions and Usage

 RoomNames.zip

Function: Poll Palabre to see if a room of a certain name exists. 

Usage:
SEND: <exists room="someRoomName" />

RECIEVE: <exists>true/false</exists>

 mPre.zip  Function: Send a message to Palabre for Pre-Processing.

Usage: use just like palbre ‘msg’ or ‘m’ node

SEND: <mPre toroom="Dungeon" back="1">Hello World!</mPre>

Add your own pre-processing logic (color coding, filtering, etc.) where it says ‘DO STUFF HERE’

Message can be rerouted to other modules or sent on to be processed as a regular message

 existsQueries.zip     Function: A better version of Room Names. You can poll Palabre to see if a certain room name or certain nickname already exists.

# Usage:
SEND: <exists nickName="someNickName" />
RECIEVE: <exists>true/false</exists>

SEND: <exists room="someRoomName" />
RECIEVE: <exists>true/false</exists>



Share This Post

del.icio.us:Palabre Modules digg:Palabre Modules wists:Palabre Modules magnolia:Palabre Modules segnalo:Palabre Modules Submit to Slashdot Submit to BoingBoing Submit to Make


Leave a Reply

Comment Preview




All comments are subject to the Rules.