ZarTek @ CREOLE
ZarTek @ CREOLE
I have an infinite loop because of a robot that is watching. The robot warns me on a trade show when it receives a private message. The problem is that...
+n = no external messages +m = moderate
The KICK action was executed almost at the same time as the PRIVMSG of the user gaby. What is surprising is that the KICK action was displayed before Gaby's PRIVMSG....
Personally I use https://poedit.net/ for software translations in gettext. I think it would be nice to work on a proper language definition in eggdrop. It's work, it takes time but...
I chose the structure in the PR following the logic used in two unrealircd and anope projects which are two IRC projects too. To reflect / meditate during the night....
Do you still need information for this feature?
Precisely, the idea is the second solution : > using the already-established bot link socket (kinda like putbot)? Otherwise it is useless. It can be done natively by TCL. >...
Yes, it would follow the logic as it exists for : ``` getchanidle Returns: number of minutes that person has been idle; -1 if the specified user isn't on the...
I finally opted for this method: ``` foreach C_NAME [channels] { set B_MODE "" if { [botisop $C_NAME] } { set B_MODE "@" } if { [botishalfop $C_NAME] } {...
Several interesting question. - Root is required to install globally in the system. - A non-root installation is done in the $HOME without root rights. The eggdrop searches for files...