Skip to content

Commit

Permalink
Add SenderNick and SenderHost property to TIdIRC
Browse files Browse the repository at this point in the history
  • Loading branch information
Bi0T1N committed Feb 29, 2020
1 parent cf3b30b commit a274aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/Protocols/IdIRC.pas
Expand Up @@ -386,6 +386,8 @@ TIdIRC = class(TIdCmdTCPClient)
property Port default IdPORT_IRC;
property Replies: TIdIRCReplies read FReplies write SetIdIRCReplies;
property UserMode: TIdIRCUserModes read FUserMode write SetIdIRCUserMode;
property SenderNick: String read FSenderNick;
property SenderHost: String read FSenderHost;
{ Events }
property OnServerWelcome: TIdIRCServerMsgEvent read FOnSWelcome write FOnSWelcome;
property OnYourHost: TIdIRCServerMsgEvent read FOnYourHost write FOnYourHost;
Expand Down

0 comments on commit a274aa6

Please sign in to comment.