Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
earwigbot
mirror da
https://github.com/earwig/earwigbot
Segui
1
Vota
1
Forka
0
Codice
Rilasci
4
Attività
Sfoglia il codice sorgente
Capitalise replies in !geolocate
tags/v0.1^2
Justin Yulli Kim
12 anni fa
parent
86c025836f
commit
51c6a0a473
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
earwigbot/commands/geolocate.py
+ 1
- 1
earwigbot/commands/geolocate.py
Vedi File
@@ -41,7 +41,7 @@ class Geolocate(Command):
def process(self, data):
if not data.args:
self.reply(data, "
p
lease specify an IP to lookup.")
self.reply(data, "
P
lease specify an IP to lookup.")
return
if not self.key:
Scrivi
Anteprima
Caricamento…
Annulla
Salva