sS gazelle_deleteModuleForUser(long userID, S shorthand) { ret (S) dm_call(dm_gazelle_modulesManager(), 'deleteModuleForUser, "discord user " + userID, shorthand); } sS gazelle_deleteModuleForUser(S userID, S shorthand) { ret (S) dm_call(dm_gazelle_modulesManager(), 'deleteModuleForUser, userID, shorthand); }
Began life as a copy of #1021934
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, lnbujpyubztb, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021936 |
| Snippet name: | gazelle_deleteModuleForUser |
| Eternal ID of this version: | #1021936/2 |
| Text MD5: | 4479e9a73e2e9861bc29ed4284454e07 |
| Author: | stefan |
| Category: | javax / gazelle |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-15 13:58:50 |
| Source code size: | 321 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 491 / 540 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022081 - gazelle_deleteMyModules |