Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 10th, 2012
72
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
requireAdmin
(
func
)
:
def
wrappedFunc
(
nick
,
*args
,
**kwargs
)
:
if
nick
in
admins:
func
(
*args
,
**kwargs
)
return
wrappedFunc
@
requireAdmin
def
join
(
server
,
chan
)
:
# do stuff
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💵 Make 3000$ in 20 minutes 💵
JavaScript | 1 min ago | 0.22 KB
powerapps stability
PowerBuilder | 7 min ago | 3.70 KB
pythonFileText
PHP | 9 min ago | 0.01 KB
pythonFileText
PHP | 9 min ago | 0.01 KB
pythonFileText
PHP | 9 min ago | 0.01 KB
pythonFileText
PHP | 9 min ago | 0.01 KB
pythonFileText
PHP | 9 min ago | 0.01 KB
pythonFileText
PHP | 9 min ago | 0.01 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!