Changeset c38e965
- Timestamp:
- 2006-05-28T23:21:42Z (19 years ago)
- Branches:
- master
- Children:
- df417ca, fb62f81f
- Parents:
- 79b6213
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r79b6213 rc38e965 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.