Libraryless. Click here for Pure Java version (1612L/11K/36K).
1 | !752 |
2 | |
3 | p{
|
4 | makeBot("Easy reload bot");
|
5 | } |
6 | |
7 | answer{
|
8 | if(matchStart("re sub *", s, m)){
|
9 | S reloadResult = cast call(getMainBot(), "answer", "reload sub bot 100" + m.unq(0) , false); |
10 | //ret "Reloaded #100" + m.unq(0); |
11 | ret reloadResult; |
12 | } |
13 | if(matchStart("re *", s, m)){
|
14 | S reloadResult = cast call(getMainBot(), "answer", "reload 100" + m.unq(0) , false); |
15 | //ret "Reloaded #100" + m.unq(0); |
16 | ret reloadResult; |
17 | } |
18 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002327 |
| Snippet name: | Easy reload bot |
| Eternal ID of this version: | #1002327/1 |
| Text MD5: | 20e0eb835bdf9ff7021ce5d7a041b106 |
| Transpilation MD5: | 04c074261b838f2fe090c6c28c90ce1d |
| Author: | bgrgndz |
| Category: | |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-01-05 17:23:54 |
| Source code size: | 452 bytes / 18 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 1339 / 2078 |
| Referenced in: | [show references] |