Guest User

Untitled

a guest
Apr 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. !zenhelp outputs the syntax of the command and what it does
  2.  
  3. !rexe evaluates a line of Ruby code and outputs the result
  4.  
  5. !cexe evaluates a line of C code and outputs the result
  6.  
  7. !pyexe evaluates a line of Python code and outputs the result
  8.  
  9. !inventory outputs all available functions and what they do
  10.  
  11. !seen outputs how long its been since that nick was last seen
  12.  
  13. !calc solves a math equation with the math fucntions imported in local namespace
  14.  
  15. !cppexe evaluates a line of C++ code and outputs the result
Add Comment
Please, Sign In to add comment