mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
not just once
This commit is contained in:
parent
db4d7f0af7
commit
45480671b6
2 changed files with 5 additions and 3 deletions
|
@ -38,7 +38,8 @@ int buffer_content(string all);
|
|||
string qHost() { return thehost; }
|
||||
|
||||
void fetch(string murl) {
|
||||
if (url) return;
|
||||
// why just once? this breaks twitter/*
|
||||
//if (url) return;
|
||||
// accept.c does this for us:
|
||||
//url = replace(murl, ":/", "://");
|
||||
// so we can use this method also in a normal way
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue