Changeset 2220

Show
Ignore:
Timestamp:
08/08/08 01:24:09 (4 months ago)
Author:
xiantia
Message:

small modif
|MkS is add at the end of user name

Irc plugin is now intalled to plugins/network and not /reseau

Location:
v2/branches/dev/plugins/network/Irc
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • v2/branches/dev/plugins/network/Irc/Irc.pro

    r2193 r2220  
    11include( ../../plugins.pri ) 
    2 DESTDIR = $$MONKEY_PLUGINS_DIR/reseau 
     2DESTDIR = $$MONKEY_PLUGINS_DIR/network 
    33TARGET  = Irc 
    44QT      *=  xml network gui 
  • v2/branches/dev/plugins/network/Irc/src/IrcChannel.cpp

    r2197 r2220  
    180180                { 
    181181                        it->setText( hasPrivilege(it->text()) + l.at(2)); 
    182                         mTextEdit->appendHtml("<font color=\"#ff0000\">User " + l.at(1) + " is now known as " + l.at(2) + "</font>"); 
     182                        mTextEdit->appendHtml("<font color=\"#ff0000\">User " + l.at(1) + " is now know as " + l.at(2) + "</font>"); 
    183183                } 
    184184        } 
     
    313313/*! 
    314314        \details Set the current topic for this channel 
    315         \note Use if you un-comment mTopic un constructor 
     315        \note Use if you un-comment mTopic in constructor 
    316316        \param l is the string from Irc server 
    317317*/ 
  • v2/branches/dev/plugins/network/Irc/src/IrcDock.cpp

    r2197 r2220  
    2727#include "IrcDock.h" 
    2828 
    29 #define USER_TAG "|Mks" 
     29#define USER_TAG "|MkS" 
    3030 
    3131IrcDock::IrcDock( QWidget * w )