asdsad

asdasdsad
mail@pastecode.io avatar
unknown
abap
2 years ago
400 B
1
Indexable
Never
alias ame {
var %_ = 1
while $chan(%_) {
if !$istok(#opers #opersohbet #kontrol #spam #xline #operlog #operhelp #profil ,$v1,32) {
describe $chan(%_) $1-
}
inc %_
}
}
------------------------------------
alias amsg {
var %ahua = 1
while $chan(%ahua) {
if !$istok(#opers #opersohbet #kontrol #spam #xline #operlog #operhelp #profil ,$v1,32) {
msg $chan(%ahua) $1-
}
inc %ahua
}
}