Changeset df417ca
- Timestamp:
- 2006-06-02T19:01:34Z (18 years ago)
- Branches:
- master
- Children:
- a312b6b, b72caac
- Parents:
- 4ff0966 (diff), c38e965 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r4ff0966 rdf417ca 177 177 if( !u->gc->prpl->chat_open( u->gc, u->handle ) ) 178 178 { 179 irc_usermsg( irc, "Could not open a groupchat with %s , maybe you don't have a connection to him/her yet?", u->nick );179 irc_usermsg( irc, "Could not open a groupchat with %s.", u->nick ); 180 180 } 181 181 }
Note: See TracChangeset
for help on using the changeset viewer.