~marcosvanetta/+junk/finop

« back to all changes in this revision

Viewing changes to plugins/welcome.py

  • Committer: Marcos Vanetta
  • Date: 2010-04-21 21:57:06 UTC
  • Revision ID: marcosvanetta@gmail.com-20100421215706-046jx16am69j802e
starting refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
# -*- coding: utf-8 -*-
 
3
 
 
4
"""DocString
 
5
 
 
6
DocString Paragraph
 
7
 
 
8
"""
 
9
 
 
10
__version__ = "$Revision$"
 
11
 
 
12
def Welcome(object):
 
13
    @classmethod
 
14
    def on_signedOn(cls, botClass):
 
15
        botClass.say(botClass.channel, "hola, soy el bot botonazo")