Changeset c38e965 for irc_commands.c


Ignore:
Timestamp:
2006-05-28T23:21:42Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
df417ca, fb62f81f
Parents:
79b6213
Message:

Removed a message that only applied to the MSN module that got replaced
two years ago already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r79b6213 rc38e965  
    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.