Okay so now I have it so I can write all the ips into a txt, each one on its own line. Im stuck tho on one point. I am trying to loop through the txt finding duplicates here itll be easier to show what im trying to do
:Example Text File
127.0.0.1
192.163.0.101
192.163.0.102
127.0.0.1
Now lets say someone does !checkclones it would output
Clones: 127.0.0.1 (2)
or something i just cant think of how to do it without some messy if then loop comparing each line