squishy

Thu, 20 May 2010 13:57:56 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 20 May 2010 13:57:56 +0100
changeset 13
ff9790b827b7
parent 8
9663866ca475
child 18
d7cd7ce93132
permissions
-rw-r--r--

Remove tellings after someone comes online (thanks Florob)

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