mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
Remove references to my old nick & emails
This commit is contained in:
parent
b04f315bde
commit
7e959b9f24
@ -11,7 +11,7 @@ This plugin retrieves [air quality index](https://en.wikipedia.org/wiki/Air_qual
|
||||
## Usage
|
||||
|
||||
```
|
||||
<@GL> `aqi Vancouver
|
||||
<@jlu5> `aqi Vancouver
|
||||
<%bitmonster> Vancouver International Airport #2, British Comlumbia, Canada :: 7 (Good) <https://aqicn.org/city/british-comlumbia/vancouver-international-airport--2>; from British Columbia, Canada Air Quality Monitoring Agency and World Air Quality Index Project
|
||||
```
|
||||
|
||||
|
@ -41,7 +41,7 @@ from supybot import world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -39,7 +39,7 @@ __version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = supybot.Author('Moritz Lipp', 'mlq', 'mail@mlq.me')
|
||||
__maintainer__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
__contributors__ = {}
|
||||
|
||||
|
@ -20,12 +20,12 @@ After doing so, you must then configure your bot to use your key: `/msg <botname
|
||||
|
||||
Showing now playing information:
|
||||
```
|
||||
<@GLolol> %np RJ
|
||||
<@jlu5> %np RJ
|
||||
<@Atlas> RJ listened to Apache by The Shadows [Back To Back] at 01:42 PM, October 10, 2015
|
||||
```
|
||||
|
||||
Showing profile information:
|
||||
```
|
||||
<@GLolol> %profile RJ
|
||||
<@jlu5> %profile RJ
|
||||
<@Atlas> RJ (realname: Richard Jones) registered on 03:50 AM, November 20, 2002; age: 0 / m; Country: United Kingdom; Tracks played: 114896
|
||||
```
|
||||
|
@ -44,7 +44,7 @@ __version__ = "2020.01.05+git"
|
||||
# Replace this with an appropriate author or supybot.Author instance.
|
||||
__author__ = supybot.Author("Kevin Funk", "KRF", "krf@electrostorm.net")
|
||||
__maintainer__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
@ -52,7 +52,7 @@ __contributors__ = {
|
||||
supybot.Author("Ilya Kuznetsov", "worklez", "worklez@gmail.com"): ["profile"],
|
||||
supybot.Author("Pavel Dvořák", "czshadow", "czshadow@gmail.com"):
|
||||
["misc"],
|
||||
supybot.Author('James Lu', 'GLolol',
|
||||
supybot.Author('James Lu', 'jlu5',
|
||||
'james@overdrivenetworks.com'):
|
||||
['Python 3 support', 'rewriting most of the plugin']
|
||||
}
|
||||
|
@ -51,7 +51,7 @@ class LastFMTestCase(PluginTestCase):
|
||||
self.assertNotError("np krf")
|
||||
|
||||
def testLastfmDB(self):
|
||||
self.assertNotError("lastfm set GLolol") # test db
|
||||
self.assertNotError("lastfm set jlu5") # test db
|
||||
self.assertNotError("np")
|
||||
|
||||
def testProfile(self):
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2016, James Lu <glolol@overdrivenetworks.com>
|
||||
# Copyright (c) 2016, James Lu <james@overdrivenetworks.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2016, James Lu <glolol@overdrivenetworks.com>
|
||||
# Copyright (c) 2016, James Lu <james@overdrivenetworks.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2016, James Lu <glolol@overdrivenetworks.com>
|
||||
# Copyright (c) 2016, James Lu <james@overdrivenetworks.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -45,7 +45,7 @@ from supybot import world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2014, James Lu (GLolol)
|
||||
# Copyright (c) 2014, James Lu <james@overdrivenetworks.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2014, James Lu
|
||||
# Copyright (c) 2014, James Lu <james@overdrivenetworks.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -27,20 +27,20 @@ This command supports:
|
||||
This command replaces the `archlinux`, `archaur`, `freebsd`, and `linuxmint` commands from earlier versions of PkgInfo.
|
||||
|
||||
```
|
||||
<GLolol> `pkg stretch nginx
|
||||
<jlu5> `pkg stretch nginx
|
||||
<Atlas> Package: nginx (1.10.3-1+deb9u1) in stretch - small, powerful, scalable web/proxy server <https://packages.debian.org/stretch/nginx>
|
||||
<GLolol> `pkg stretch bash --source
|
||||
<jlu5> `pkg stretch bash --source
|
||||
<Atlas> Package: bash (4.4-5) in stretch - Built packages: bash, bash-builtins, bash-doc, and bash-static <https://packages.debian.org/source/stretch/bash>
|
||||
|
||||
<GLolol> `pkg arch chromium
|
||||
<jlu5> `pkg arch chromium
|
||||
<Atlas> Package: chromium (66.0.3359.139) in extra - A web browser built for speed, simplicity, and security <https://www.archlinux.org/packages/extra/x86_64/chromium>
|
||||
<GLolol> `pkg archaur chromium-beta
|
||||
<jlu5> `pkg archaur chromium-beta
|
||||
<Atlas> Package: chromium-beta (64.0.3282.99-1) in Arch Linux AUR - A web browser built for speed, simplicity, and security (beta channel) [Popularity: 0; Votes: 0] <https://aur.archlinux.org/packages/chromium-beta/>
|
||||
|
||||
<GLolol> `pkg freebsd python36
|
||||
<jlu5> `pkg freebsd python36
|
||||
<Atlas> Package: python36 (3.6.5) in FreeBSD Ports - Interpreted object-oriented programming language <https://www.freebsd.org/cgi/ports.cgi?stype=name&query=python36>
|
||||
|
||||
<GLolol> `pkg fedora gnome-shell
|
||||
<jlu5> `pkg fedora gnome-shell
|
||||
<Atlas> Package: gnome-shell (3.29.1) in Fedora - no description available <https://apps.fedoraproject.org/packages/gnome-shell>
|
||||
```
|
||||
|
||||
@ -49,10 +49,10 @@ This command replaces the `archlinux`, `archaur`, `freebsd`, and `linuxmint` com
|
||||
--depends is only supported for Arch Linux, Arch AUR, Debian, FreeBSD, and Ubuntu.
|
||||
|
||||
```
|
||||
<GLolol> `pkg sid bash --source --depends
|
||||
<jlu5> `pkg sid bash --source --depends
|
||||
<Atlas> Package bash dependencies: adep: autoconf, adep: autotools-dev, adep: bison, adep: libncurses5-dev, adep: texinfo, adep: texi2html, adep: debhelper (>= 5), adep: locales, adep: gettext, adep: sharutils, adep: time, adep: xz-utils, adep: dpkg-dev (>= 1.16.1), idep: texlive-latex-base, idep: ghostscript, idep: (1 more message)
|
||||
|
||||
<GLolol> `pkg freebsd screen --depends
|
||||
<jlu5> `pkg freebsd screen --depends
|
||||
<Atlas> screen requires: gettext-runtime-0.19.8.1_1, gmake-4.2.1_2, indexinfo-0.3.1
|
||||
```
|
||||
|
||||
@ -63,13 +63,13 @@ This command replaces the `archlinux`, `archaur`, `freebsd`, and `linuxmint` com
|
||||
The `pkgsearch` command provides package searches on various distros. This supports all distros that `pkg` does except for Fedora.
|
||||
|
||||
```
|
||||
<GLolol> `pkgsearch arch firefox
|
||||
<jlu5> `pkgsearch arch firefox
|
||||
<Atlas> Found 207 results: arch-firefox-search, bluegriffon, firefox, firefox-adblock-plus, firefox-developer-edition, firefox-developer-edition-i18n-ach, firefox-developer-edition-i18n-af, firefox-developer-edition-i18n-an, firefox-developer-edition-i18n-ar, firefox-developer-edition-i18n-as, firefox-developer-edition-i18n-ast, firefox-developer-edition-i18n-az, firefox-developer- (14 more messages)
|
||||
|
||||
<GLolol> `pkgsearch debian geany-plugin
|
||||
<jlu5> `pkgsearch debian geany-plugin
|
||||
<Atlas> Found 86 results: geany-plugin-addons, geany-plugin-addons-dbgsym, geany-plugin-autoclose, geany-plugin-autoclose-dbgsym, geany-plugin-automark, geany-plugin-automark-dbgsym, geany-plugin-codenav, geany-plugin-codenav-dbgsym, geany-plugin-commander, geany-plugin-commander-dbgsym, geany-plugin-ctags, geany-plugin-ctags-dbgsym, geany-plugin-debugger, geany-plugin-defineformat, (6 more messages)
|
||||
|
||||
<GLolol> `pkgsearch ubuntu unity-scope
|
||||
<jlu5> `pkgsearch ubuntu unity-scope
|
||||
<Atlas> Found 54 results: libunity-scopes-cli, libunity-scopes-dev, libunity-scopes-doc, libunity-scopes-json-def-desktop, libunity-scopes-json-def-phone, libunity-scopes-qt-dev, libunity-scopes-qt-doc, libunity-scopes-qt0.2, libunity-scopes1, libunity-scopes1.0, unity-scope-audacious, unity-scope-calculator, unity-scope-chromiumbookmarks, unity-scope-clementine, unity-scope-click, (3 more messages)
|
||||
```
|
||||
|
||||
@ -78,10 +78,10 @@ The `pkgsearch` command provides package searches on various distros. This suppo
|
||||
**Synopsis:**: `vlist <distribution> <package name> [--reverse]`
|
||||
|
||||
```
|
||||
<GLolol> `vlist debian variety
|
||||
<jlu5> `vlist debian variety
|
||||
<Atlas> Found 4 results: jessie-backports (0.6.3-5~bpo8+1 [source, all]), stretch (0.6.3-5 [source, all]), buster (0.6.7-1 [source, all]), and sid (0.6.7-1 [source, all]); View more at: <https://packages.debian.org/search?keywords=variety>
|
||||
|
||||
<GLolol> `vlist ubuntu libreoffice --reverse
|
||||
<jlu5> `vlist ubuntu libreoffice --reverse
|
||||
<atlas> Found 55 results: cosmic/universe (1:6.0.3-0ubuntu1 [amd64, i386]), cosmic (1:6.0.3-0ubuntu1 [source]), bionic/universe (1:6.0.3-0ubuntu1 [amd64, i386]), bionic (1:6.0.3-0ubuntu1 [source]), artful-updates/universe (1:5.4.6-0ubuntu0.17.10.1 [amd64, i386]), artful-updates (1:5.4.6-0ubuntu0.17.10.1 [source]), artful-security/universe (1:5.4.5-0ubuntu0.17.10.5 [amd64, i386]), artful-security (7 more messages)
|
||||
```
|
||||
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -11,19 +11,19 @@ You can download Qalculate! from https://qalculate.github.io/downloads.html
|
||||
## Examples
|
||||
|
||||
```
|
||||
<GL> `calc 12+34*56
|
||||
<jlu5> `calc 12+34*56
|
||||
<bitmonster> 12 + (34 * 56) = 1916
|
||||
|
||||
<GL> `calc log(2048) / log(2)
|
||||
<jlu5> `calc log(2048) / log(2)
|
||||
<bitmonster> log(2048, e) / log(2, e) = approx. 11
|
||||
|
||||
<GL> `calc 20 kg to lb
|
||||
<jlu5> `calc 20 kg to lb
|
||||
<bitmonster> 20 * kilogram = approx. 44 lb + 1.479239 oz
|
||||
|
||||
<GL> `calc 50 USD to CAD
|
||||
<jlu5> `calc 50 USD to CAD
|
||||
<bitmonster> 50 * dollar = approx. CAD 65.982418
|
||||
|
||||
<GL> `calc solve(x^2-10x+9=0)
|
||||
<jlu5> `calc solve(x^2-10x+9=0)
|
||||
<bitmonster> solve(((x^2) - (10 * x) + 9) = 0, x) = [9, 1]
|
||||
```
|
||||
|
||||
|
@ -29,7 +29,7 @@ from supybot import world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -3,7 +3,7 @@
|
||||
Usage is simple:
|
||||
|
||||
```
|
||||
16:36 <@GL> %restart
|
||||
16:36 <@jlu5> %restart
|
||||
16:36 <-- Atlas (AtlasBot@bots.overdrivenetworks.com) has quit (Quit: Disconnecting...)
|
||||
16:36 --> Atlas (AtlasBot@bots.overdrivenetworks.com) has joined #test
|
||||
```
|
||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
||||
|
||||
__version__ = "2020.01.05+git"
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
__contributors__ = {}
|
||||
__url__ = 'https://github.com/jlu5/SupyPlugins/'
|
||||
|
||||
|
@ -38,7 +38,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2015-2016, James Lu <glolol@overdrivenetworks.com>
|
||||
# Copyright (c) 2015-2016, James Lu <james@overdrivenetworks.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2014-2016, James Lu <glolol@overdrivenetworks.com>
|
||||
# Copyright (c) 2014-2016, James Lu <james@overdrivenetworks.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -13,7 +13,7 @@ is allowed, since auto-detection is used to translate text back to your desired
|
||||
Samples:
|
||||
|
||||
```
|
||||
<GLolol> %tp This text will be scrambled to near perfection.
|
||||
<jlu5> %tp This text will be scrambled to near perfection.
|
||||
<@Atlas> This message was standing almost completely.
|
||||
```
|
||||
|
||||
@ -23,6 +23,6 @@ Samples:
|
||||
```
|
||||
|
||||
```
|
||||
<GLolol> %tp An evil monster lurks beneath the forest.
|
||||
<jlu5> %tp An evil monster lurks beneath the forest.
|
||||
<@Atlas> Error Evil Xasa woude.
|
||||
```
|
||||
|
@ -40,7 +40,7 @@ import supybot.world as world
|
||||
__version__ = "2020.01.05+git"
|
||||
|
||||
__author__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -3,18 +3,18 @@ Grabs data from Wikipedia and other MediaWiki-powered sites. This plugin require
|
||||
## Usage
|
||||
|
||||
```
|
||||
<GLolol> `wiki apple
|
||||
<jlu5> `wiki apple
|
||||
<Atlas> The apple tree (Malus domestica) is a deciduous tree in the rose family best known for its sweet, pomaceous fruit, the apple. It is cultivated worldwide as a fruit tree, and is the most widely grown species in the genus Malus. The tree originated in Central Asia, where its wild ancestor, Malus sieversii, is still found today. Apples have been grown for thousands of years in Asia and Europe, and were (1 more message)
|
||||
```
|
||||
|
||||
You can also add other sites using the `--site` option:
|
||||
|
||||
```
|
||||
<GLolol> `wiki --site wiki.archlinux.org Bash
|
||||
<jlu5> `wiki --site wiki.archlinux.org Bash
|
||||
<Atlas> Bash (Bourne-again Shell) is a command-line shell/programming language by the GNU Project. Its name is a homaging reference to its predecessor: the long-deprecated Bourne shell. Bash can be run on most UNIX-like operating systems, including GNU/Linux. Retrieved from <https://wiki.archlinux.org/index.php?title=Bash>
|
||||
```
|
||||
|
||||
```
|
||||
<GLolol> `wiki --site community.wikia.com Help:Wikitext
|
||||
<jlu5> `wiki --site community.wikia.com Help:Wikitext
|
||||
<Atlas> Wikitext is the main markup language used to format content on wikias. It can be used to add photos, tables, bold styles, links, and other visual changes. Retrieved from <http://community.wikia.com/wiki/Help:Wikitext>
|
||||
```
|
||||
|
@ -43,7 +43,7 @@ __version__ = "2020.01.05+git"
|
||||
__author__ = supybot.Author('quantumlemur', 'quantumlemur',
|
||||
'quantumlemur@users.sourceforge.net')
|
||||
__maintainer__ = getattr(supybot.authors, 'jlu',
|
||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||
supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
|
@ -7,7 +7,7 @@ msgstr ""
|
||||
"Project-Id-Version: Supybot-fr\n"
|
||||
"POT-Creation-Date: 2011-03-02 11:00+CET\n"
|
||||
"PO-Revision-Date: 2011-03-02 11:06+0100\n"
|
||||
"Last-Translator: James Lu <glolol1@hotmail.com>\n"
|
||||
"Last-Translator: James Lu <james@overdrivenetworks.com>\n"
|
||||
"Language-Team: ProgVal <progval@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: Supybot-fr\n"
|
||||
"POT-Creation-Date: 2011-02-26 09:49+CET\n"
|
||||
"PO-Revision-Date: 2011-07-29 17:43+0200\n"
|
||||
"Last-Translator: James Lu <glolol1@hotmail.com>\n"
|
||||
"Last-Translator: James Lu <james@overdrivenetworks.com>\n"
|
||||
"Language-Team: Italian <skizzhg@gmx.com>\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user