/[drupal]/contributions/modules/bot/bot.module
ViewVC logotype

Diff of /contributions/modules/bot/bot.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9.2.9.2.2 by morbus, Wed Apr 9 00:50:39 2008 UTC revision 1.9.2.9.2.3 by morbus, Wed Apr 9 01:02:02 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: bot.module,v 1.9.2.9.2.1 2008/04/09 00:42:33 morbus Exp $  // $Id: bot.module,v 1.9.2.9.2.2 2008/04/09 00:50:39 morbus Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 155  function bot_overview() { Line 155  function bot_overview() {
155   * Configures the bot framework; system_settings_form().   * Configures the bot framework; system_settings_form().
156   */   */
157  function bot_settings() {  function bot_settings() {
   $form = array();  
   
158    $form['bot_server'] = array(    $form['bot_server'] = array(
159      '#default_value' => variable_get('bot_server', 'irc.freenode.net'),      '#default_value' => variable_get('bot_server', 'irc.freenode.net'),
160      '#description'   => t('Enter the IRC server the bot will connect to.'),      '#description'   => t('Enter the IRC server the bot will connect to.'),

Legend:
Removed from v.1.9.2.9.2.2  
changed lines
  Added in v.1.9.2.9.2.3

  ViewVC Help
Powered by ViewVC 1.1.3