- private function invite($args,$Line) {
- if (strtolower($args[2]) == strtolower($this->bots['google']['nickname'])) {
- $chan = trim($args[3]);
- $chan = strtolower($chan);
- if (!$this->isGooglechan($chan)) {
- $this->joinService($chan, 'google');
- $argz[] = $this->bots['google']['snumeric'];
- $argz[] = 'J';
- $argz[] = $chan;
- $argz[] = time();
- $this->joinChan2($argz);
- $this->SendRaw($this->bots['google']['snumeric'].' P '.$chan.' :ACTION googles for '.$this->user[$args[0]]['nick'].'.', 1);
- $this->SendRaw($this->bots['google']['snumeric'].' P '.$chan.' :ACTION found '.rand().' results.', 1);
- $this->schan[$chan]['google']['moo'] = 'mo';
- }
- }
- }
invite
By: Arie | Date: Jan 2 2009 21:24 | Format: None | Expires: never | Size: 944 B | Hits: 961
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago