3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/docs/technical/pmodule-spec.md
2015-09-06 23:18:27 -07:00

634 B

This page is still incomplete. For now, see inspircd.html for an auto-generated specification of the InspIRCd protocol module. Any camelCase ABCServer/Client functions are outgoing commands, and include the following:

  • awayClient
  • inviteClient
  • joinClient
  • kickClient
  • kickServer
  • killClient
  • killServer
  • knockClient
  • messageClient
  • modeClient
  • modeServer
  • nickClient
  • noticeClient
  • numericServer
  • partClient
  • pingServer
  • quitClient
  • removeClient
  • sjoinServer
  • spawnClient
  • spawnServer
  • squitServer
  • topicClient
  • topicServer
  • updateClient