zigdon / twirssi

An irssi script allowing the use of Twitter from within the IRC client.
http://twirssi.com
133 stars 26 forks source link

basic twirssi_search implementation #11

Closed mmitch closed 13 years ago

mmitch commented 13 years ago

adds a twirssi_search command to start a one-time search

includes:

mmitch commented 13 years ago

Should I use $username = "$user\@$defservice" instead of $username = &normalize_username( $user ) to expand to the current full username?