|
|
| Home | |
|
News Documentation Who is online Intermud 3 Downloads |
irn-chanlist-delta
FORMAT
({
"irn-chanlist-delta",
(int), // ttl
(string), // srcrouter
0,
(string), // dstrouter
0,
(int), // chanlistid
(mapping) // data
})
The data mapping looks like this: ([ "channels" : (mapping) // channel list "listening" : (mapping) // listener list ]) The channel list mapping has channel names as keys, and arrays with the chanlist data as values. The chanlist data array looks like this:
({
(int), // channel type
(string), // owning mud
(array) // ban/allow list
})
The listeners mapping contains channel names as keys and arrays with listening muds as values. Notes:
|
| This page was generated by WOTF Displaylib/html 1.0 |