diff options
Diffstat (limited to 'bin/ii-answer')
-rwxr-xr-x | bin/ii-answer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ii-answer b/bin/ii-answer index 52b499f..1e30ec1 100755 --- a/bin/ii-answer +++ b/bin/ii-answer @@ -8,7 +8,7 @@ . "${0%/*}/../conf/default.conf" # welcome devs (in #archlinux32 only) -welcome_user_regex='^\S\+ -!- \(abaumann\|deep42thought\|tyzoid\)(.* has joined \S\+$' +welcome_user_regex='^\S\+ -!- \(abaumann\|deep42thought\|tyzoid\|phrik\)(.* has joined \S\+$' new_users=$( sed -n ' s/'"${welcome_user_regex}"'/\1/ |