diff options
| author | troido <troido@protonmail.com> | 2020-09-21 00:59:38 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-21 00:59:38 +0200 |
| commit | 92e437e50498f7705e33a556535ba39a2b918f9d (patch) | |
| tree | 54c60fffdbadf0d5323e77016c11c439599e126c /src/componentwrapper.rs | |
| parent | 1e7c665728eb638cdf921824f4c22f54b81f29de (diff) | |
made talk and reply a form of interact again
Diffstat (limited to 'src/componentwrapper.rs')
| -rw-r--r-- | src/componentwrapper.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs index 62e090e..96cedd3 100644 --- a/src/componentwrapper.rs +++ b/src/componentwrapper.rs @@ -234,7 +234,6 @@ components!(all: } }; Substitute (into: Template); - Talkable (text: String); Exchanger (prefix: String, exchanges: Vec<(String, Vec<ItemId>, Vec<ItemId>)>) { Exchanger { prefix, |
