Once an event-block has finished, $msgtags is not cleared.
on *:TEXT:*:?:{
.timer 1 1 echo -a $!msgtags
}
alias example {
parseline -iqtu0 @example=text :example!example@example.com PRIVMSG $me :example
}
With more tinkering of msgtags, I feel there's a few issues:
Returns $true if the tag exists, $false otherwise; this is inconsistent of other identifers.
It should return the value for the specified tag or $null if the tag does not exist.
Returns the value of the tag.
It should return the name of the tag if the tag exists, $null if it does not.
Returns the tag name
It should return the full tag definition if it exists, $null if it does not