Closed ghost closed 8 years ago
I have tried adding a group to manage with /gadd in group, but it does not respond or an error appears.
What is the error? Also, show me the contents of the plugins table in config.lua.
Sorry, I correct the above: There is no answer. No get error
config.lua
plugins:
plugins = { -- To enable a plugin, add its name to the list.
'users',
'administration',
'end_forwards',
'blacklist',
'about',
'calc',
'cats',
'hexcolor',
'commit',
'control',
'currency',
'dice',
'echo',
'eightball',
'location',
'hackernews',
'imdb',
'me',
'nick',
'ping',
'pun',
'reddit',
'shout',
'slap',
'time',
'urbandictionary',
'whoami',
'wikipedia',
'xkcd',
-- Add new plugins here.
'help',
}
Does the group you're trying to add actually belong to you? That's kind of important.
The group has been created by me, the same account that is admin in config.lua and the same account used in telegram-cli
If you want I can give you the information to access the server and the nick of the bot. Maybe you can see the problem more quickly, I do not know it can be going wrong
If it's failing without any notice, then an error will have been posted in your log_chat or to the console. Please find this error and post it here.
I don't get any error in console or in log_chat.
I send /groups
(in a group created by me):
In console:
When i send /gadd
(in a group created by me):
In console:
With log_chat = '999999999', --@adminID
or log_chat = nil,
I do not receive any errors in chat or console.
Solved, i'm very stupid XDDD In config.lua i set:
-- Your Telegram ID.
admin = '999999999',
This don't work and don't get error.
-- Your Telegram ID.
admin = 999999999,
This work.
Hello, in private and in supergroup, the basic commands work, such as:
administration.lua
plugin is active/gadd
in group, but it does not respond or does not return error.config.lua
the admin ID is included.telegram-cli
installed and working, the bot has been restarted./ahelp
in group or private (with the account that has the admin ID), reply me in private with:/groups
say: There are currently no listed groups./ops
: nothing happens/description
say: Group not found. Specify a group by name or ID, or use this command without arguments inside an administrated group.¿Any idea? Thanks