Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias check_ident {
- var %t = $ial(*! $+ $1 $+ @*,0)
- if (!%t) { echo 4 -aet $calias $+ : No results match your search! | return }
- echo -atc info $calias $+ : Searching for $qt($1) ident...
- var %i = 1
- while (%i <= %t) {
- var %nick = $ial(*! $+ $1 $+ @*,%i).nick
- var %host = $ial(*! $+ $1 $+ @*,%i).host
- if (%nick) && (%host) { echo -atc info2 $calias $+ : %nick ( $+ %host $+ ) }
- inc %i
- }
- }
Add Comment
Please, Sign In to add comment