sS gazelle_startModuleForUser(S moduleLibID, long userID, S userName, S shorthand, O... _) { if (userID == gazelle_discord_userID()) null; ret (S) dm_call(dm_gazelle_modulesManager(), 'startModuleForUser, moduleLibID, "discord user " + userID, userName, shorthand, _); } sS gazelle_startModuleForUser(S moduleLibID, S userID, S userName, S shorthand, O... _) { ret (S) dm_call(dm_gazelle_modulesManager(), 'startModuleForUser, moduleLibID, userID, userName, shorthand, _); }
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, lnbujpyubztb, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1021934 |
Snippet name: | gazelle_startModuleForUser |
Eternal ID of this version: | #1021934/8 |
Text MD5: | af0c565a93c60c65cc05843287a12606 |
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 10:39:13 |
Source code size: | 488 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 285 / 336 |
Version history: | 7 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021936 - gazelle_deleteModuleForUser #1021940 - gazelle_startListMakerForUser #1022369 - gazelle_findModuleForUser - returns module ID |