Valentin Lorentz
8ed0b95962
supybot-wizard: re-prompt for channels if there were too many commas.
2020-06-14 20:17:33 +02:00
Valentin Lorentz
19f9604851
supybot-wizard: Fix handling of channel keys.
...
The keys should be in a separate configuration variable,
not be concatenated with the channels themselves.
2020-06-14 20:15:49 +02:00
Valentin Lorentz
71cf7338c3
supybot-wizard: Fix crash when adding or removing owner capability.
...
Closes GH-1410.
2020-05-21 00:17:50 +02:00
Valentin Lorentz
5f620ddd5c
Don't use 'is not' for string comparison.
2020-03-25 20:10:06 +01:00
James Lu
7e70ce43f2
scripts: migrate shebangs and version checks to Python 3
2020-01-05 11:29:41 -08:00
James Lu
9e03e0e6e2
Be less hostile to users in --allow-root help
2020-01-05 11:25:47 -08:00
Valentin Lorentz
f26f098d82
supybot-wizard: Warn if run with ~/.local/bin as CWD.
2018-04-11 11:57:12 +02:00
Valentin Lorentz
59ed253a0e
supybot-wizard: do not pollute the CWD before paths to directories are known.
2017-06-04 15:59:06 +02:00
Valentin Lorentz
eef901894d
Add 'import supybot.i18n' warning to supybot-wizard.
2017-01-22 09:28:42 +01:00
Valentin Lorentz
df130e8931
Fix inconsistency in the help message for configuring ident.
2016-10-26 21:17:01 +02:00
GLolol
7767777af4
supybot-wizard: load Network by default
2016-08-16 11:07:50 +02:00
Valentin Lorentz
6ec60479b7
supybot-wizard: Fix typo.
2016-06-29 09:17:15 +02:00
Valentin Lorentz
ea89e4b784
Fix supybot-wizard for disabling SSL.
...
Answering 'no' kept the default value for SSL, which is
True since c3dd5f8b64
.
2016-06-27 20:14:17 +02:00
Valentin Lorentz
c3dd5f8b64
Make SSL the default for connecting to a new network.
2016-02-21 13:04:26 +01:00
nyuszika7h
9f059b91ba
Add missing future imports for print_function
...
There are some places where `print()` is used to print a blank line.
However, unless the future feature `print_function` is imported,
that will print `()` in Python 2.
2015-06-12 22:22:16 +02:00
Valentin Lorentz
719559902f
Merge pull request #837 from TingPing/wizard-prompt
...
Wizard: Add prompt for file to save to
2015-01-03 20:39:55 +01:00
Mikaela Suomalainen
317f765daa
supybot-wizard: load NickAuth by default
...
NickAuth functionality is often wanted by users of the bots (is the word
end-users?) and is mentioned in the documentation as method of
identifying to the bot.
I think this should be loaded by default and as this isn't
important plugin, users who don't want or need it can unload it.
One reason of wanting to unload this plugin could be serviceless
networks even if they aren't that common nowadaays.
2014-10-22 13:29:03 +03:00
Mikaela Suomalainen
4443526864
supybot-wizard: suggest Aka instead of Alias
2014-10-13 11:21:20 +03:00
TingPing
0ede66debe
Wizard: Add prompt for file to save to
2014-09-03 12:22:07 -04:00
TingPing
b0d0e06ebc
Fix setting directories when not using advanced mode
2014-09-03 16:58:57 +02:00
nyuszika7h
8e11dc8b28
Use gender-neutral pronouns everywhere
2014-07-13 17:23:11 +02:00
Mikaela Suomalainen
2392863c7b
scripts/supybot-wizard: add AutoMode to be always loaded.
2014-06-02 11:03:37 +03:00
nyuszika7h
7b1965f6d7
supybot-wizard: Clarify help text from previous commit
...
[ci skip]
2014-05-17 12:27:56 +02:00
nyuszika7h
b5636860bf
supybot-wizard: Default to port 6697 for SSL
2014-05-17 12:24:14 +02:00
nyuszika7h
5a1398893d
supybot-wizard: Use chat. instead of irc.freenode.net
2014-05-17 09:33:40 +02:00
nyuszika7h
fc8493ad8a
supybot-wizard: Ask SSL after port and don't say it needs Twisted
2014-05-17 09:31:56 +02:00
Valentin Lorentz
d1c24d81b7
supybot-wizard: Fix pronouns. Closes GH-609.
2014-05-07 06:42:18 +00:00
Valentin Lorentz
d1aa36126d
Add Utilities as a default plugin.
2014-02-21 23:55:41 +00:00
Valentin Lorentz
3da554bde8
supybot-wizard: Display a warning if conf is in the source folder. Closes GH-402.
2013-05-21 17:30:14 +02:00
Valentin Lorentz
4090793468
Fix scripts to work with Python 3 without 2to3.
2013-04-27 16:16:08 +02:00
Valentin Lorentz
d714909576
Use non-sexist language in strings and comments.
2013-03-08 20:34:31 +01:00
Valentin Lorentz
f65c0539d8
supybot-wizard: Prevent this script from running directly in ~/
2013-02-24 09:47:48 +01:00
Valentin Lorentz
3dba9088b0
Merge remote-tracking branch 'supybot/master' into testing
...
Conflicts:
INSTALL
plugins/ChannelLogger/README.txt
plugins/ChannelStats/README.txt
plugins/Google/plugin.py
plugins/Google/test.py
plugins/Plugin/test.py
plugins/Web/test.py
setup.py
src/callbacks.py
src/ircdb.py
src/irclib.py
src/utils/str.py
test/test_irclib.py
2013-01-01 21:11:24 +01:00
James McCoy
82ecf36fcd
Update my name/contact information
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-01 10:16:48 -04:00
James McCoy
83f872fa12
Bump minimum Python version to 2.6 for multiprocessing support
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-01 10:06:50 -04:00
Valentin Lorentz
03cc4c7ab7
supybot-wizard: Suggest most useful plugins when the user want to add plugins en masse. Closes GH-84.
2011-07-16 13:37:56 +02:00
Valentin Lorentz
c9cc858095
the default ident in the supybot-wizard is now limnoria. Closes GH-37.
2011-06-27 18:09:54 +02:00
Valentin Lorentz
a234b0e929
Update supybot-wizard, so it asks for the language, and sets the default config values appropriately. Closes GH-26.
2011-06-23 10:27:52 +02:00
James Vega
eda8ce3aa0
Remove supybot-wizard's direct import of sets.
...
This is deprecated in 2.6 and supybot.utils already handles adding sets.Set to
__builtins__ if we're running with Python < 2.4.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-11-02 19:11:58 -05:00
James Vega
342ab23af8
Bump the minimum supported Python version to 2.4.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-10-23 19:35:24 -04:00
James Vega
3c898fa483
supybot-wizard: Handle os.makedirs errors on Windows
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-26 16:27:53 -04:00
James Vega
1c4738bfdc
supybot-wizard: Fix listing of plugins during setup.
...
Due to the changes to prevent the global plugins dir from being set in
supybot.directories.plugins, the global plugins weren't being found. Simply
extend the list of directories with the global directory.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:26:57 -04:00
James Vega
d37580e592
Change our minimum dependency back to 2.3
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 00:16:42 -04:00
James Vega
151b3729d8
Bump our minimum required version to 2.4
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-31 07:50:30 -04:00
James Vega
150f29dbde
scripts: Change tabstop to softtabstop in our modelines
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-11 19:26:49 -04:00
James Vega
4827155c6b
Use network.ssl.setValue instead of network.ssl.set
2009-03-11 13:37:25 -04:00
James Vega
97fdd164ae
scripts/supybot-wizard: Add a question regarding the use of an SSL connection.
2005-12-14 03:29:31 +00:00
James Vega
e5be124e5a
supybot-wizard: Update the intro paragraph since we haven't used that method in a loooong time.
2005-11-30 15:55:16 +00:00
James Vega
1dc5a068c5
Add Vim modeline to supybot-wizard.
2005-05-06 02:36:10 +00:00
James Vega
903e605c77
Really make supybot-wizard see the new-style plugins.
2005-05-06 02:31:42 +00:00