Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > unsubscribe_user_from_all

API Function: unsubscribe_user_from_all

Summary:
unsubscribe a user from all channels

Defined In LPC Object:
/usr/common/sys/channeld.c

Prototype:
void unsubscribe_user_from_all(object user)

Can Be Called By:
System, Common, Game

Description:

Unsubscribes the user from all channels, if any, currently subscribed to.

Return Value:

None.

Errors:
Normally none.

See Also:
string_to_channel , subscribe_user , unsubscribe_user