Skip to content

Commit

Permalink
maybe this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
fdChasm committed May 31, 2010
1 parent 14ecff0 commit 52c794f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyscripts/plugins/noEventSpam.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from xsbs.commands import commandHandler
from xsbs.players import masterRequired
import sbserver

import dis

EventHandler = returnEventHandler()
EventHandler.events
Expand All @@ -15,4 +15,4 @@ def onListRegEvents(p, args):
@admin'''
for event in EventHandler.events.keys():
for function in EventHandler.events[event]:
sbserver.message(function)
sbserver.message(dis.dis(function))

0 comments on commit 52c794f

Please sign in to comment.