1 | !752 |
2 | |
3 | p{ |
4 | makeBot("Snippet Functions"); |
5 | } |
6 | |
7 | answer{ |
8 | if(matchStart("mksnip *", s, m)){ |
9 | //Make snippet |
10 | //Get id |
11 | S url = "tinybrain.de/" + id; |
12 | ret "Snippet successfully created at " + url + " .Pl ease login to username:eleutheria password:PWD IS HIDDEN SRRY to edit the snippet."; |
13 | } |
14 | if(matchStart("rmsnip *", s, m)){ |
15 | //Get id |
16 | //Remove snippet |
17 | ret "Snippet with id "+ id +" successfully removed."; |
18 | } |
19 | if(matchStart("edsnip *", s, m)){ |
20 | //Get id |
21 | //Edit snippet |
22 | S url = "tinybrain.de/" + id; |
23 | ret "Snippet with id " + id + " successfully edited at " + url + " .Please login to username:eleutheria password:PWD IS HIDDEN FOR NOW to edit snippet."; |
24 | } |
25 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1002330 |
Snippet name: | Snippet Functions |
Eternal ID of this version: | #1002330/1 |
Text MD5: | 35eef73a4150094a52f48e67f7148497 |
Author: | bgrgndz |
Category: | |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-01-06 17:33:30 |
Source code size: | 721 bytes / 25 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 776 / 714 |
Referenced in: | [show references] |