This is what I ended up doing. wink

Popups:
Code:
.Auto Op
..Add User:echo -a - | echo -a Updating The Internal Address List: | who $$1 | .timerauto-op 1 1 auto-op-who $$1


Aliases:
Code:
auto-op-who {
  if users isin $address($$1-,1) { aop $$input(Edit hostname:, e,Auto-Op, $address($$1-,2)) # }
  else { aop $$input(Edit hostname:, e,Auto-Op, $address($$1-,13)) # }
  notice $$1 You ( $+ $! $+ ) have been added with auto op in channel #
}