Ben Kurtovic hace 13 años
padre
commit
c44bc87b93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      irc/commands/link.py

+ 1
- 1
irc/commands/link.py Ver fichero

@@ -55,7 +55,7 @@ class Link(BaseCommand):

def parse_link(self, pagename):
pagename = pagename.strip()
link = "http://en.wikipedia.org/wiki/" + pagename
link = "http://enwp.org/" + pagename
link = link.replace(" ", "_")
return link



Cargando…
Cancelar
Guardar