diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-10 22:50:49 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-10 22:50:49 -0400 |
| commit | ae9743b7c36dc2b8223c3f9e9c95bb05bf97dfbc (patch) | |
| tree | 2531296705c4fbe42ce1c454510c74a3ba31da3c /abblessed.js | |
| parent | 5f3b6fd04a0c4a7ca8a74bf5b90e909a2fd81043 (diff) | |
| download | AleeBot-ae9743b7c36dc2b8223c3f9e9c95bb05bf97dfbc.tar.gz AleeBot-ae9743b7c36dc2b8223c3f9e9c95bb05bf97dfbc.tar.bz2 AleeBot-ae9743b7c36dc2b8223c3f9e9c95bb05bf97dfbc.zip | |
Title fix
Diffstat (limited to 'abblessed.js')
| -rw-r--r-- | abblessed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abblessed.js b/abblessed.js index c86eb9c..fed6798 100644 --- a/abblessed.js +++ b/abblessed.js @@ -6,7 +6,7 @@ var screen = blessed.screen({ smartCSR: true }); -screen.title = 'AleeBot'+ abversion +'Console'; +screen.title = 'AleeBot '+ abversion +' Console'; |
