- priv_msg(+Id, +Text, +Recipient, :Options) is det
- Like priv_msg/3 except with explicit options.
Options include:
- auto_nl(Boolean)
- Boolean is true or false, if true messages will be automatically segmented
for complete output via IRC (in order to avoid truncation by char limits).
- at_most(N)
- where N is the maximum amount of lines to print. Default is entire paragraph.
- priv_msg_rest(+Id, +Text, +Recipient, -Rest) is det
- Same as priv_msg/3, except Rest is the remainder of a message.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- run_det(Arg1)
- priv_msg(Arg1, Arg2, Arg3)
- priv_msg_rest(Arg1, Arg2, Arg3, Arg4, Arg5)
- priv_msg_paragraph(Arg1, Arg2, Arg3, Arg4)