merge smurfix/fix2, add serverconnect hook docs, adjust tests

This commit is contained in:
Maximilian Hils
2013-12-16 22:10:06 +01:00
9 changed files with 60 additions and 21 deletions

View File

@@ -3,6 +3,10 @@ def clientconnect(ctx, cc):
ctx.log("XCLIENTCONNECT")
log.append("clientconnect")
def serverconnect(ctx, cc):
ctx.log("XSERVERCONNECT")
log.append("serverconnect")
def request(ctx, r):
ctx.log("XREQUEST")
log.append("request")