Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
bce78c8
for
irc_im.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2010-05-02T18:48:26Z (
11 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e54112f
Parents:
a4cdf43
Message:
Restored classical control channel behaviour (the ability to talk to
contacts in there).
File:
1 edited
irc_im.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
irc_im.c
ra4cdf43
rbce78c8
126
126
{
127
127
dst = ic->name;
128
prefix = g_strdup_printf( "%s%s%s", irc->user->nick, set_getstr( &bee->set, "to_char" ), ts
);
128
prefix = g_strdup_printf( "%s%s%s", irc->user->nick, set_getstr( &bee->set, "to_char" ), ts
? : ""
);
129
129
}
130
130
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive