Guest User

Untitled

a guest
Aug 24th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.18 KB | None | 0 0
  1. bind pub - 'meep ping_server
  2.  
  3. proc ping_server { nick } {
  4.    set output [exec python ping_server.py mc.ecocitycraft.com 25565]
  5.    putnotc $nick "$output"
  6. }
  7. putlog "meepmeep!"
Add Comment
Please, Sign In to add comment