squishy

Thu, 20 May 2010 14:36:14 +0100

author
Chris <jugg@hotmail.com>
date
Thu, 20 May 2010 14:36:14 +0100
changeset 18
d7cd7ce93132
parent 8
9663866ca475
child 22
bb856a45fa91
permissions
-rw-r--r--

Rudimentary presence plugin to auto-accept subscription requests

18
d7cd7ce93132 Rudimentary presence plugin to auto-accept subscription requests
Chris <jugg@hotmail.com>
parents: 8
diff changeset
1 Module "riddim.plugins.presence" "plugins/presence.lua"
0
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 Module "riddim.plugins.groupchat" "plugins/groupchat.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 Module "riddim.plugins.commands" "plugins/commands.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 Module "riddim.plugins.version" "plugins/version.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 Module "riddim.plugins.ping" "plugins/ping.lua"
8
9663866ca475 add basic command tell support
Thilo Cestonaro <thilo@cestona.ro>
parents: 0
diff changeset
6 Module "riddim.plugins.tell" "plugins/tell.lua"
0
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 Main "init.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 Output "riddim.lua"

mercurial