SUBPAGES (Ajax) | ARGUMENT KEYS | RETURN KEYS |
---|---|---|
disconnect | reason | |
connect | nick | |
sendchat | text | |
getchat | logs next continue | |
setnick | newNick | continue |
adminauth | password | success |
kick | other | success |
kickban | banIP | success |
unban | banIP | success |
getips | nickname | success ips |
userlist | users admins |
next
is the time recommended until the next../getchat
query.logs
may contain formatting which is resolved by client.js in the SayBale website, but it can be ignored.
password
is always a SHA256 hash of the actual password.
other
is the nickname of the (un)desired user.