nopaste
Home
All pastes
Popular pastes
Recent pastes
isOper function irc service
By: Arie | Date: Aug 21 2006 14:04 | Format: PHP | Expires: never | Size: 207 B | Hits: 2469
Edit & repaste
|
raw paste
|
Request removal
private
function
isOper
(
$numeric
)
{
$modes
=
$this
->
user
[
$numeric
]
[
'modes'
]
;
if
(
is_numeric
(
strpos
(
$modes
,
'o'
)
)
||
is_numeric
(
strpos
(
$modes
,
'k'
)
)
)
return
true
;
else
return
false
;
}
Latest pastes
Undefined
1 months ago
Undefined
1 months ago
Undefined
2 months ago
Undefined
2 months ago
Undefined
2 months ago