Skip to content

Commit 0fc1c00

Browse files
committed
it's been fun
1 parent 7d1657d commit 0fc1c00

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+79
-71
lines changed

CREDITS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please feel free to add your name to this list if you have contributed to this p
1010

1111
List of contributors:
1212

13-
Michael Yanovich (yano)
13+
yano, https://yanovich.net/
1414
Matt Meinwald (meinwald)
1515
Silas Baronda (sifi)
1616
Morgan Goose (goosemo)

README.md

Lines changed: 4 additions & 1 deletion

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
__init__.py - jenni Init Module
4-
Copyright 2009-2013, Michael Yanovich (yanovich.net)
4+
Copyright 2009-2013, yano (yanovich.net)
55
Copyright 2008-2013, Sean B. Palmer (inamidst.com)
66
Licensed under the Eiffel Forum License 2.
77

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
bot.py - jenni IRC Bot
4-
Copyright 2009-2013, Michael Yanovich (yanovich.net)
4+
Copyright 2009-2013, yano (yanovich.net)
55
Copyright 2008-2013, Sean B. Palmer (inamidst.com)
66
Licensed under the Eiffel Forum License 2.
77

configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
configs.py - jenni IRC bot config manager
4-
Copyright 2009-2015, Michael Yanovich (yanovich.net)
4+
Copyright 2009-2015, yano (yanovich.net)
55
Copyright 2008-2013, Sean B. Palmer (inamidst.com)
66
Licensed under the Eiffel Forum License 2.
77

irc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
irc.py - A Utility IRC Bot
4-
Copyright 2009-2013, Michael Yanovich (yanovich.net)
4+
Copyright 2009-2013, yano (yanovich.net)
55
Copyright 2008-2013, Sean B. Palmer (inamidst.com)
66
Licensed under the Eiffel Forum License 2.
77

jenni

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
jenni - An IRC Bot
4-
Copyright 2009-2013, Michael Yanovich (yanovich.net)
4+
Copyright 2009-2013, yano (yanovich.net)
55
Copyright 2008-2013, Sean B. Palmer (inamidst.com)
66
Licensed under the Eiffel Forum License 2.
77
@@ -18,6 +18,11 @@ import sys, os, imp, optparse
1818
from configs import Configs
1919
from textwrap import dedent as trim
2020

21+
22+
print("""Python 2.x will be EOL'ed in 2020: https://www.python.org/dev/peps/pep-0373/
23+
Please try Sopel instead, https://sopel.chat/""")
24+
sys.exit(0)
25+
2126
dotdir = os.path.expanduser('~/.jenni')
2227
configpath = os.path.expanduser(dotdir + '/default.py')
2328

modules/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
'''
33
admin.py - jenni Admin Module
4-
Copyright 2010-2013, Sean B. Palmer (inamidst.com) and Michael Yanovich (yanovich.net)
4+
Copyright 2010-2013, Sean B. Palmer (inamidst.com) and yano (yanovich.net)
55
Licensed under the Eiffel Forum License 2.
66
77
More info:

modules/adminchannel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
admin.py - jenni Admin Module
4-
Copyright 2010-2015, Michael Yanovich (yanovich.net), Alek Rollyson, Josh Begleiter (jbegleiter.com)
4+
Copyright 2010-2015, yano (yanovich.net), Alek Rollyson, Josh Begleiter (jbegleiter.com)
55
Licensed under the Eiffel Forum License 2.
66
77
More info:

modules/animate_me.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
image_me.py - jenni Animated GIF Fetcher Module
4-
Copyright 2009-2013, Michael Yanovich (yanovich.net)
4+
Copyright 2009-2013, yano (yanovich.net)
55
Copyright 2008-2013, Sean B. Palmer (inamidst.com)
66
Licensed under the Eiffel Forum License 2.
77

0 commit comments

Comments
 (0)