Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1021934 // gazelle_startModuleForUser

JavaX fragment (include)

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: 205 / 258
Version history: 7 change(s)
Referenced in: [show references]