New function and module to allow users in the allowList to change the bot's nick
This commit is contained in:
@ -11,6 +11,13 @@ shift
|
||||
echo -en "${msg}$@\r\n" | tee -a "$input"
|
||||
}
|
||||
|
||||
nick()
|
||||
{
|
||||
local msg="NICK $1"
|
||||
shift
|
||||
echo -en "${msg}\r\n" | tee -a "$input"
|
||||
}
|
||||
|
||||
reply()
|
||||
{
|
||||
shift
|
||||
|
Reference in New Issue
Block a user