mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
refact: last 20 events in netshow were redundant
This commit is contained in:
parent
b2abc5e1ed
commit
3e640c4bac
3 changed files with 3 additions and 22 deletions
|
@ -19,7 +19,7 @@ func NewTicker(s *session.Session) *Ticker {
|
|||
}
|
||||
|
||||
t.AddParam(session.NewStringParameter("ticker.commands",
|
||||
"clear; net.show",
|
||||
"clear; net.show; events.show 20",
|
||||
"",
|
||||
"List of commands separated by a ;"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue