Index: mibbit_irc.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mibbit_irc/mibbit_irc.module,v
retrieving revision 1.2
diff -b -u -p -r1.2 mibbit_irc.module
--- mibbit_irc.module	25 Mar 2008 01:55:39 -0000	1.2
+++ mibbit_irc.module	11 Jan 2009 20:49:26 -0000
@@ -54,6 +54,7 @@ Feel free to join the conversations that
   $form['mibbit_irc_channel'] = array(
     '#type' => 'textfield',
     '#title' => t('Channel name'),
+    '#field_prefix' => '#',
     '#default_value' => variable_get('mibbit_irc_channel', 'mibbit_test'),
     '#description' => t('Name of the IRC channel to access.'),
     '#size' => 20,
