From adacd645f987d2837ad00b3928f3678c49a2fe2a Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Fri, 31 Jul 2009 21:42:09 +0000 Subject: Add a warning then the __main__ command isn't found darcs-hash:20090731214209-82ea9-4c1695375475ab581ad7cbff22acf0a9029876ab.gz --- diff --git a/meeting.py b/meeting.py index f735181..dc5b69e 100644 --- a/meeting.py +++ b/meeting.py @@ -542,5 +542,6 @@ if __name__ == '__main__': line = m.group(3).strip() M.addline(nick, "ACTION "+line, time_=time_) #M.save() # should be done by #endmeeting in the logs! - + else: + print 'Command "%s" not found.'%sys.argv[1] -- cgit v0.9.1