Skip to content

Commit

Permalink
Fix typo in help ipaddr()
Browse files Browse the repository at this point in the history
  • Loading branch information
mike347 committed May 12, 2018
1 parent d47ba23 commit 961b6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/txt/hlp/pennfunc.hlp
Expand Up @@ -2022,7 +2022,7 @@ See also: iter(), @dolist
& IPADDR()
ipaddr(<player|descriptor>)

Returns the IP address of the connected player or descriptor. This may be more reliable that get(<player>/lastip) if the player has multple connections from different locations, and the function is called with a descriptor argument.
Returns the IP address of the connected player or descriptor. This may be more reliable than get(<player>/lastip) if the player has multple connections from different locations, and the function is called with a descriptor argument.

The caller can use the function on himself, but using on any other player requires privileged power such as Wizard, Royalty or SEE_ALL.

Expand Down

0 comments on commit 961b6bb

Please sign in to comment.