Advertisement
Azure

Current output for tagformatter+info

Jan 20th, 2012
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. # Input:
  2. /* Currently, there are 13 fields available:
  3. * bot_name, owner_name, is_admin, cinch_version, uptime, total_channels, total_users, session_start_date, plugins_head, plugins_body_remaining, ruby_version, ruby_platform, and ruby_release_date.
  4. * All fields are to be surrounded by {}'s. */
  5. I am {bot_name} and I am run by {owner_name}.
  6. I am based on Cinch {cinch_version} running on Ruby-{ruby_version} {ruby_platform} {ruby_release_date}.
  7. I am in {total_channels} channels and see {total_users} users.
  8. I was started on {session_start_date} and have been running for {uptime}.
  9. My currently loaded plugins are {plugins_head}, and {plugins_body_remaining} more. (Use `/msg {bot_name} list plugins' to view.)
  10. Visit my github repo @ https://github.com/mseymour/azurebot/
  11.  
  12. # Output:
  13.  
  14. I am Aiko and I am run by Azure.
  15. I am based on Cinch 3.0 running on Ruby-1.9.3 i386-mingw32 2011-10-30.
  16. I am in 10 channels and see 400 users.
  17. I was started on December 20, 2011 @ 10:50pm and have been running for 30d 4h 2m 10s.
  18. My currently loaded plugins are basicctcp, downforeveryone, identify, joker, lastseen, hangman, fortune, Admin, Antispam Kicker, Antispam Lister, and 26 more. (Use `/msg Aiko list plugins' to view.)
  19. Visit my github repo @ https://github.com/mseymour/azurebot/
  20.  
  21. ### (Yes, that newline is before the start. That will need to be fixed.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement