mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
* Various cleanup + utility methods
This commit is contained in:
parent
d242546458
commit
f2388ceed1
6 changed files with 68 additions and 21 deletions
|
@ -28,7 +28,7 @@ function entryPoint(client) {
|
|||
});
|
||||
},
|
||||
function displayArt(theArt, callback) {
|
||||
art.display(theArt, { client : client, mciReplaceChar : ' ' }, function onDisplayed(err, mci) {
|
||||
art.display( { art : theArt, client : client }, function onDisplayed(err, mci) {
|
||||
callback(err, mci);
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue