sbp / saxo

Quick and flexible irc bot, extensible in any language
http://inamidst.com/saxo/
Apache License 2.0
52 stars 22 forks source link

Mention the @script-like behaviour of @saxo.pipe #4

Open sbp opened 10 years ago

sbp commented 10 years ago

At the moment it's not clear that:

@saxo.pipe
def main(...):
   ...

Will make main be called at runtime, or whether __name__ has to be "__main__" or not for that to happen. This should be documented.