File: buddy_add_permit

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 (13 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
SYNTAX: PORK::buddy_add_permit(user, [account])
	Adds a screen name to an account's permitted users list. Note that for AIM, in order to activate the permitted users list, your privacy mode must be set to 3.

INPUT PARAMETERS
	user   : The screen name to permit.
	account: (Optional) The account whose permit list will be affected. If this parameter is omitted, the current account is assumed.

RETURN VALUE
	Returns 0 on success, -1 on failure.

SEE ALSO
	buddy permit
	buddy privacy_mode