Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
c99af3a
for
account.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:
2006-04-13T07:30:11Z (
19 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4d89886
Parents:
88b3a07
Message:
Removed account_offline(), we have signoff() already.
File:
1 edited
account.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
account.c
r88b3a07
rc99af3a
141
141
void account_off( irc_t *irc, account_t *a )
142
142
{
143
account_offline( a->gc );
143
a->gc->wants_to_die = TRUE;
144
signoff( a->gc );
144
145
a->gc = NULL;
145
146
if( a->reconnect )
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive