SHOW:
|
|
- or go back to the newest paste.
1 | - | -- the alias |
1 | + | -- Just trigger on this |
2 | - | ^envenom (\w.) with (\w.)$ |
2 | + | |
3 | - | envenoming((matches[2]),(matches[3])) |
3 | + | |
4 | - | send("envenom "..matches[2].." with "..matches[3]) |
4 | + | -- which runs this script to add it to the table |
5 | table.insert("wvenom_" .. matches[3], 1, matches[2]) |