mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Added new starting line.
This commit is contained in:
@ -24,12 +24,8 @@ class Voice:
|
||||
return random.choice([
|
||||
self._('Hi, I\'m Pwnagotchi! Starting ...'),
|
||||
self._('New day, new hunt, new pwns!'),
|
||||
self._('Hack the Planet!')])
|
||||
|
||||
def on_ai_ready(self):
|
||||
return random.choice([
|
||||
self._('AI ready.'),
|
||||
self._('The neural network is ready.')])
|
||||
self._('Hack the Planet!'),
|
||||
self._('No more mister Wi-Fi!!')])
|
||||
|
||||
def on_keys_generation(self):
|
||||
return random.choice([
|
||||
|
Reference in New Issue
Block a user