source file: p10/commands/wallops.py
file stats: 5 lines, 5 executed: 100.0% covered
1. #!/usr/bin/env python 2. 3. import genericcommand 4. 5. class wallops(genericcommand.genericcommand): 6. 7. def handle(self, origin, args): 8. self._state.wallops(origin, args[-1])