Changeset df417ca for irc_commands.c


Ignore:
Timestamp:
2006-06-02T19:01:34Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
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.
Message:

Merge from main.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r4ff0966 rdf417ca  
    177177                                if( !u->gc->prpl->chat_open( u->gc, u->handle ) )
    178178                                {
    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 );
    180180                                }
    181181                        }
Note: See TracChangeset for help on using the changeset viewer.