Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
irc_cap.c
[c9603a3:c54bb11]
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
File:
1 edited
irc_cap.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
irc_cap.c
rc9603a3
rc54bb11
177
177
178
178
} else if (g_strcasecmp(cmd[1], "END") == 0) {
179
if (!(irc->status & USTATUS_CAP_PENDING)) {
180
return;
181
}
182
179
irc->status &= ~USTATUS_CAP_PENDING;
183
180
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive