Commit Graph

8 Commits

Author SHA1 Message Date
Ian Wienand 79d7c6e5f3 Fix old file() alias for open()
Change-Id: Icebfa5b2fb0c972be0324d18824523ba0e30aaab
2021-06-02 06:17:55 +10:00
Ian Wienand 01425fe026 Remove commented out getattr failure
This code goes into a recursive death loop with Python 3.  I'm not
sure what it's doing, and it looks unused.  Remove it.

Change-Id: Ice11c70c91d4d6217a19c302df1867a969535a63
2021-06-02 06:16:52 +10:00
Ian Wienand 1a35647ad5 Update to Python 3 / Limnoria plugin
This is a run of "2to3" over these files, and minor updates to the
MeetBot/__init__.py that make it work with Limnoria.

Change-Id: I1083cdf095814af3d84b294dc9ca9a63eb97ac3c
2021-06-02 06:15:58 +10:00
Bob Ball 5f8bdbeef1 Adding ability for a non-chair to end a meeting after time
This is particularly useful if the chair forgot to end the meeting
or has been net split out and the nick is no longer useable.

Change-Id: Id5c0c11ec94898f3a79ac253a9d804baec79a85d
2013-07-12 14:15:31 +01:00
James E. Blair 9254a4ae1e Make 'meetingname' a required argument of startmeeting.
The meetingname can be used in the filename of the meeting logs.

Change-Id: I8a72f292a6a995e517114350373507c20ca4ce7e
2012-08-21 21:15:30 +00:00
Richard Darst ee695be444 supybotconfig/writers - fix kwargs parsing for writers
Ignore-this: 33766800fdcf08e51fd4e331a327b0ee
- Fix .ext|arg1=val1|arg2=val2 parsing for arguments which have a colon.
- Add documentation to how to use this system.

darcs-hash:20101210063346-82ea9-50c452663ce543ed46fc7c90137e60a9cb7ed20a.gz
2010-12-09 22:33:46 -08:00
Richard Darst 9fe9ab8376 supybotconfig - fix __init__ order
Ignore-this: 684574bdf546a62ee97c3fbd8ac5f637
- This fixes a problem where writer_map was not properly being read
  from the supybot config system.  It was caused by __init__ in the
  Config class not being able to get data from the supybot config
  proxy.
- This patch rebinds __init__ to use the supybot config proxy
  __getattr__ scheme.
- As part of fixing this, I had to add code to rebind
  descriptors/properties to use the config proxy, too.

darcs-hash:20101210055924-82ea9-e10c282c4803cb987f6dd423838b474b686d9c50.gz
2010-12-09 21:59:24 -08:00
Richard Darst 1e84fdf2cc Change supybot plugin name back to MeetBot
Ignore-this: 393e3be2b8c6643d7830c36f5f274421
- Leaving it at MeetBot preserves compatibility with old configuration
  and is still descriptive enough.

darcs-hash:20101210052334-82ea9-4482b8dcc7b945f5d6e4246f1300587efba0f1ec.gz
2010-12-09 21:23:34 -08:00