summaryrefslogtreecommitdiff
path: root/doc/en/autogen/plugin_api/infos_hashtable.txt
blob: 82de00793c17f0b1f8402cf03a5cc05193a94150 (plain)
1
2
3
4
5
6
7
8
9
[width="100%",cols="^1,^2,6,6,6",options="header"]
|========================================
| Plugin | Name | Description | Hashtable (input) | Hashtable (output)

| irc | irc_message_parse | parse an IRC message | "message": IRC message, "server": server name (optional) | "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel)

| irc | irc_message_split | split an IRC message (to fit in 512 bytes) | "message": IRC message, "server": server name (optional) | "msg1" ... "msgN": messages to send (without final "\r\n"), "args1" ... "argsN": arguments of messages, "count": number of messages

|========================================