hmmm it seems I'm seeing errors from welcome.py in the logs, most likely because its looking for the items I've commented out.
111203 21:40:30 ERROR 'STDERR \'Exception in thread Thread-125:\\nTraceback (most recent call last):\\n File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner\\n self.run()\\n File "/usr/lib64/python2.6/threading.py", line 736, in run\\n self.function(*self.args, **self.kwargs)\\n File "/home/b3/b3/plugins/welcome.py", line 172, in welcome\\n client.message(self.getMessage(\\\'first\\\', info))\\n File "/home/b3/b3/plugin.py", line 78, in getMessage\\n self._messages[msg] = self.config.getTextTemplate(\\\'messages\\\', msg)\\n File "/home/b3/b3/config.py", line 112, in getTextTemplate\\n value = b3.functions.vars2printf(self.get(section, setting, True)).strip()\\n File "/home/b3/b3/config.py", line 109, in get\\n raise ConfigParser.NoOptionError(setting, section)\\nNoOptionError: No option \\\'first\\\' in section: \\\'messages\\\'\\n\\n\''
So.... is there any way to stop specific welcomes from being sent?