Guest User

Untitled

a guest
Aug 30th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 0.31 KB | None | 0 0
  1. (botnode@127.0.0.1)1> application:which_applications().
  2. [{sasl,"SASL  CXC 138 11","2.2"},
  3.  {bot,[],"1"},
  4.  {stdlib,"ERTS  CXC 138 10","1.18"},
  5.  {kernel,"ERTS  CXC 138 10","2.15"}]
  6. (botnode@127.0.0.1)2> bot_
  7. bot_app    bot_sup    bot_wrk    
  8. (botnode@127.0.0.1)2> bot_wrk:fire("vuf").
  9. "vuf"
  10. (botnode@127.0.0.1)3>
Add Comment
Please, Sign In to add comment