geoip dummy
This commit is contained in:
@@ -190,6 +190,9 @@ class Bot
|
||||
case preg_match('~^/addadmin$~', $this->input['callback'], $m):
|
||||
$this->enterAdmin();
|
||||
break;
|
||||
case preg_match('~^/geodb$~', $this->input['callback'], $m):
|
||||
$this->geodb();
|
||||
break;
|
||||
case preg_match('~^/adguardreset$~', $this->input['callback'], $m):
|
||||
$this->adguardreset();
|
||||
break;
|
||||
@@ -2586,6 +2589,11 @@ DNS-over-HTTPS with IP:
|
||||
}
|
||||
}
|
||||
|
||||
public function geodb()
|
||||
{
|
||||
$this->answer($this->input['callback_id'], 'in developing...');
|
||||
}
|
||||
|
||||
public function linkXray()
|
||||
{
|
||||
$c = $this->getXray();
|
||||
|
||||
Reference in New Issue
Block a user