Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1.  
  2. First time rbot configuration wizard
  3. ====================================
  4. This is the first time you have run rbot with a config directory of: /home/ani/.rbot
  5. This wizard will ask you a few questions to get you started.
  6. The rest of rbot's configuration can be manipulated via IRC once rbot is connected and you are auth'd.
  7. -----------------------------------
  8. Password for the bot owner
  9. auth.password [rbotauth]: 127789
  10. configured auth.password => 127789
  11. -----------------------------------
  12. what non nick-matching prefixes should the bot respond to as if addressed (e.g !, so that '!foo' is treated like 'rbot: foo')
  13. core.address_prefix []: ~
  14. configured core.address_prefix => ~
  15. -----------------------------------
  16. if true, the bot will prepend the nick to what he has to say when replying (e.g. 'markey: you can't do that!')
  17. core.reply_with_nick [false]: true
  18. configured core.reply_with_nick => true
  19. -----------------------------------
  20. when replying with nick put this character after the nick of the user the bot is replying to
  21. core.nick_postfix [:]:
  22. configured core.nick_postfix => :
  23. -----------------------------------
  24. Which language file the bot should use [valid values are: finnish, german, dutch, russian, traditional_chinese, japanese, french, english, italian]
  25. core.language [english]:
  26. configured core.language => english
  27. -----------------------------------
  28. List of irc servers rbot should try to connect to. Use comma to separate values. Servers are in format 'server.doma.in:port'. If port is not specified, default value (6667) is used.
  29. server.list [irc://localhost]: irc://irc.spotchat.org
  30. configured server.list => irc://irc.spotchat.org
  31. -----------------------------------
  32. Use SSL to connect to this server?
  33. server.ssl [false]:
  34. configured server.ssl => false
  35. -----------------------------------
  36. Password for connecting to this server (if required)
  37. server.password [false]:
  38. configured server.password => false
  39. -----------------------------------
  40. Specific local host or IP for the bot to bind to (if required)
  41. server.bindhost [false]:
  42. configured server.bindhost => false
  43. -----------------------------------
  44. IRC nickname the bot should attempt to use
  45. irc.nick [rbot]: poku
  46. configured irc.nick => poku
  47. -----------------------------------
  48. local user the bot should appear to be
  49. irc.user [rbot]: poku
  50. configured irc.user => poku
  51. -----------------------------------
  52. What channels the bot should always join at startup. List multiple channels using commas to separate. If a channel requires a password, use a space after the channel name. e.g: '#chan1, #chan2, #secretchan secritpass, #chan3'
  53. irc.join_channels []: #i-am-newbie, #conky,
  54. configured irc.join_channels => #i-am-newbie, #conky
  55. -----------------------------------
  56. Where the bot should look for plugins. List multiple directories using commas to separate. Use '(default)' for default prepackaged plugins collection, '(default)/contrib' for prepackaged unsupported plugins collection
  57. plugins.path [(default), (default)/games, (default)/contrib]:
  58. configured plugins.path => (default), (default)/games, (default)/contrib
  59. -----------------------------------
  60. DB adaptor to use for storing settings and plugin data. Options are: bdb (Berkeley DB, stable adaptor, but troublesome to install and unmaintained), tc (Tokyo Cabinet, new adaptor, fast and furious, but may be not available and contain bugs)
  61. core.db [bdb]:
  62. configured core.db => bdb
  63. -----------------------------------
  64. D, [2011/03/27 22:10:21#17793] DEBUG -- config.rb:333:in `save': Writing new conf.yaml ...
  65. D, [2011/03/27 22:10:21#17793] DEBUG -- config.rb:341:in `save': Officializing conf.yaml ...
  66. D, [2011/03/27 22:10:21#17793] DEBUG -- ircbot.rb:508:in `initialize': Using `/home/ani/.rbot/rbot.log' as debug log
  67. /usr/share/rbot/plugins/poll.rb:330: warning: don't put space before argument parentheses
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement