diff options
Diffstat (limited to 'bin')
-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 ea922f8..4d11c46 100755 --- a/bin/ii-answer +++ b/bin/ii-answer @@ -8,7 +8,7 @@ . "${0%/*}/../lib/load-configuration" # welcome devs (in #archlinux32 only) -welcome_user_regex='^\S\+ -!- \(abaumann\|deep42thought\|tyzoid\|phrik\)(.* has joined \S\+$' +welcome_user_regex='^\S\+ -!- \(abaumann\|deep42thought\|girls\|tyzoid\|phrik\)(.* has joined \S\+$' new_users=$( sed -i ' s/'"${welcome_user_regex}"'/\1/ |