You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2019. It is now read-only.
Commands are of the form ?command payload, where payload can be a long message containing arbitrary characters. This then finds the command that matches command and sends it 4 arguments: the user, channel, context and payload. For channels the context is the channel, for DMs the context is the user (and the channel is null).
channel and group messages
nick
channel name
channel name
payload
im messages (DMs)
nick
'null'
nick
payload
A good way to test it's working is to call the ?debug script
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Commands are of the form
?command payload
, where payload can be a long message containing arbitrary characters. This then finds the command that matchescommand
and sends it 4 arguments: the user, channel, context and payload. For channels the context is the channel, for DMs the context is the user (and the channel is null).channel and group messages
im messages (DMs)
'null'
A good way to test it's working is to call the
?debug
scriptThe text was updated successfully, but these errors were encountered: