File: get_buddy_profile

package info (click to toggle)
pork 0.99.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,396 kB
  • ctags: 3,949
  • sloc: ansic: 34,135; sh: 3,392; perl: 797; makefile: 535
file content (12 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
SYNTAX: PORK::get_buddy_profile(person, [account])
	Requests the profile for 'person'.

INPUT PARAMETERS
	person  : The user whose profile is requested.
	account : (Optional) The account from which to send the request.

RETURN VALUE
	Returns 0 on success and -1 on failure. To retrieve the results of the lookup, you'll have to install an event handler to catch the RECV_PROFILE event.

SEE ALSO
	buddy profile