← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 1133239] [NEW] Suggestions for access.bot.lua

 

Public bug reported:

Suggestions for access.bot.lua		
		
row 90
	From:		
	autil.reply(c, 'Invalid command, send "+help" for a list of available commands')
	return false
	
	To:
	--autil.reply(c, 'Invalid command, send "+help" for a list of available commands')
	return true

Works better with other script i.e ptokax-bridge.
And don't have so much function.

** Affects: adchpp
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/1133239

Title:
  Suggestions for access.bot.lua

Status in ADCH++:
  New

Bug description:
  Suggestions for access.bot.lua		
  		
  row 90
  	From:		
  	autil.reply(c, 'Invalid command, send "+help" for a list of available commands')
  	return false
  	
  	To:
  	--autil.reply(c, 'Invalid command, send "+help" for a list of available commands')
  	return true

  Works better with other script i.e ptokax-bridge.
  And don't have so much function.

To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/1133239/+subscriptions


Follow ups

References