Changeset 37437f2
- Timestamp:
- 2018-08-26T21:17:06Z (6 years ago)
- Branches:
- master
- Children:
- 5eab9260
- Parents:
- 61fc056
- git-author:
- dequis <dx@…> (26-08-18 21:08:17)
- git-committer:
- dequis <dx@…> (26-08-18 21:17:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
r61fc056 r37437f2 1057 1057 if (!u || !u->bu || !u->bu->ic) { 1058 1058 irc_rootmsg(irc, "%s: unknown user", args[1]); 1059 return;1060 }1061 if (!(u->bu->flags & BEE_USER_ONLINE)) {1062 irc_rootmsg(irc, "%s is offline", args[1]);1063 1059 return; 1064 1060 } … … 1437 1433 return; 1438 1434 } 1439 if (!(u->bu->flags & BEE_USER_ONLINE)) {1440 irc_rootmsg(irc, "%s is offline", nick);1441 return;1442 }1443 1435 1444 1436 ctx = otrl_context_find(irc->otr->us, u->bu->handle,
Note: See TracChangeset
for help on using the changeset viewer.