squishy

Thu, 18 Mar 2010 12:51:48 +0100

author
Thilo Cestonaro <thilo@cestona.ro>
date
Thu, 18 Mar 2010 12:51:48 +0100
changeset 8
9663866ca475
parent 0
7d84f4403d67
child 18
d7cd7ce93132
permissions
-rw-r--r--

add basic command tell support

0
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Module "riddim.plugins.groupchat" "plugins/groupchat.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 Module "riddim.plugins.commands" "plugins/commands.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 Module "riddim.plugins.version" "plugins/version.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 Module "riddim.plugins.ping" "plugins/ping.lua"
8
9663866ca475 add basic command tell support
Thilo Cestonaro <thilo@cestona.ro>
parents: 0
diff changeset
5 Module "riddim.plugins.tell" "plugins/tell.lua"
0
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 Main "init.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 Output "riddim.lua"

mercurial